Re: common/static code

2007-09-11 Thread Steve Holden
brien colwell wrote: > hey all, > > I have a slew of functions that are shared across several scripts. > What's the best way to factor them out into a single location? > > many thanks > Define the functions in a module (e.g. myModule.py) then import them as from myModule inport fun1, fun2, fu

common/static code

2007-09-11 Thread brien colwell
hey all, I have a slew of functions that are shared across several scripts. What's the best way to factor them out into a single location? many thanks -- http://mail.python.org/mailman/listinfo/python-list