On Fri, Feb 6, 2009 at 10:48 AM, Nick Matzke <[email protected]> wrote: > (PS: Is there a way to force a complete reload of a module, without exiting > ipython? Just doing the import command again doesn't seem to do it.)
m = __import__("mymobile")
reload(m)
cheers
James
--
http://mail.python.org/mailman/listinfo/python-list
