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
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