Hugh> What I'm after is a way of moduleLoader.loadModule working back up
Hugh> the scope and placing the imported module in the main global
Hugh> scope. Any idea how to do this?You want to write an import hook I think. I'd start with the docs for the __import__ builtin. Also, Google for "python import hook". Skip -- http://mail.python.org/mailman/listinfo/python-list
