On May 12, 5:17 pm, pistacchio <[EMAIL PROTECTED]> wrote:
> hi to all!
> can i load a module passing to it, automatically and as default, all
> the caller's global variables to act as module's global variables?
> thanks

module = __import__('module', globals=globals())

I think that's what you're looking for.

- alex23
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to