Re: [Python-Dev] using globals
"Werkhoven J.P. van (Sjaak)" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED] > I have got a problem with importing global variables. Questions about using Python belong on comp.lang.python or the general python mailing list. ___ Python-Dev mail
[Python-Dev] using globals
Hi, I have got a problem with importing global variables. For instance I have got two files: # t1.py #t2.py counter = 1 def counter_adder(filenr): def show_adder(): global counte