Re: persistence of variable in views.py

2008-05-01 Thread James Bennett
On Thu, May 1, 2008 at 1:23 AM, skunkwerk <[EMAIL PROTECTED]> wrote: > I have a variable defined by a function call in my views.py that's at > the global level at the start of the file (ie is not inside any other > function, though the variable is not prefixed by 'global'). As this > takes a

persistence of variable in views.py

2008-05-01 Thread skunkwerk
I have a variable defined by a function call in my views.py that's at the global level at the start of the file (ie is not inside any other function, though the variable is not prefixed by 'global'). As this takes a few seconds to complete, I just wanted to make sure that this function isn't