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
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