zc.reloadmonitor is a module that provides a plug-in for zc.monitor. It allows you to cause already imported modules to be reloaded.
To use, just connect to the monitor port and give the command:
reload my.module
To configure/enable from Python, use:
import zc.reloadmodule
zc.reloadmonitor.configure()
To configure from ZCML, use:
< include package="zc.reloadmonitor" / >
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Fixed setup.py so that configure.zcml gets properly included on install.