Changeset 1982
- Timestamp:
- 06/17/08 11:30:44
- Files:
-
- trunk/cherrypy/_cpmodpy.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cpmodpy.py
r1939 r1982 98 98 }) 99 99 100 cherrypy._console_control_handler.unsubscribe() 100 if hasattr(cherrypy, '_console_control_handler'): 101 cherrypy._console_control_handler.unsubscribe() 101 102 cherrypy.engine.autoreload.unsubscribe() 102 103 cherrypy.server.unsubscribe()

