Re: [Python-Dev] FW: using globals

2006-08-02 Thread Ronald Oussoren
On Wednesday, August 02, 2006, at 01:02PM, Werkhoven J.P. van (Sjaak) <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I have got a problem with importing global variables. For instance I have >> got two files: Your message is off-topic for python-dev, this list is for the development OF python, not

[Python-Dev] FW: using globals

2006-08-02 Thread Werkhoven J.P. van (Sjaak)
> 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_a