next up previous contents
Next: List of Callbacks Up: Python Scripting Previous: Callback Functions (Hooks)   Contents

Namespaces

To avoid repeatedly typing in the name of the module (MailFolder in this case), it can be imported into the global namespace with ``from MailFolder import *''. By default modules are not imported into the global namespace and must be explicitly named.



Charlie & 2001-04-19