Arnaud Delobelle wrote:

Or:

import ModuleName as this_module

Or:

this_module = __import__(__name__)

then you don't have to change anything.

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

Reply via email to