Kári Harðarson <[EMAIL PROTECTED]> writes:
> Hi all,
>
> I write Python .ASP pages that import utility modules that I have also
>
> written.
>
> The utility modules need to access globally defined objects
> such as the Session and Response objects.
>
> They are defined in global scope, howeve
Hi all,
I write Python .ASP pages that import utility modules that I have also
written.
The utility modules need to access globally defined objects
such as the Session and Response objects.
They are defined in global scope, however.
How can I access these objects from the imported module ?
Th