Malcolm Tredinnick wrote:
> The __import__() call does not reimport the module if it already exists
> in sys.modules. It works just like the "import" statement in Python (and
> reload() works like imp.load_module()). So, aside from a single
> dictionary lookup, there is no overhead to calling it multiple times.

Ahhh! Thanks, Malcolm, and sorry for bothering.

Michael


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to