On Thu, Feb 17, 2005 at 06:20:36PM +0000, Will McGugan wrote:
> Hi,
> 
> I'm accumulating a number of small functions, which I have sensibly put 
> in a single file called 'util.py'. But it occurs to me that with such a 
> generic name it could cause problems with other modules not written by 
> myself. Whats the best way of handling this? If I put it in a common 
> location in my Python path, should I call it willsutil.py?

   local.util

is probably a convention worth starting :)

or you could go with

   WilMcGugan.util

but ThatGetsOldFast.


-- 
John Lenton ([EMAIL PROTECTED]) -- Random fortune:
All my friends are getting married,
Yes, they're all growing old,
They're all staying home on the weekend,
They're all doing what they're told.

Attachment: signature.asc
Description: Digital signature

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to