Re: splitting common functions into a sepperate module

2007-03-08 Thread jonkersbart
On 8 mrt, 10:36, Bruno Desthuilliers wrote: > [EMAIL PROTECTED] a écrit : > > > Dear, > > > I have wrote a script and want to group some functions of the script > > in a separate modulo so that I can import the module in other scripts > > and use the same functions there.. > > > The problem is tha

splitting common functions into a sepperate module

2007-03-08 Thread jonkersbart
Dear, I have wrote a script and want to group some functions of the script in a separate modulo so that I can import the module in other scripts and use the same functions there.. The problem is that the common functions need access to some global variables defined in the script. Python uses diff