During interactive development one can reload modules that have been imported and modified by doing a reload(module_name). How does this work if the module was imported into the main module with the "from ... import *" form? Is there a way to reload() them?
|____________________________________________________| John Mark Agosta [EMAIL PROTECTED] www.agosta.org _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython
