emacs debug: module reload

Adrian Eyre a.eyre at optichrome.com
Tue Jan 18 12:52:44 EST 2000


> but a systematic reload wud be ok too. Any idea?

import sys
for mod in sys.modules.values():
	reload(mod)

--------------------------------------------
Adrian Eyre <a.eyre at optichrome.com>
http://www.optichrome.com 





More information about the Python-list mailing list