Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1982

Show
Ignore:
Timestamp:
06/17/08 11:30:44
Author:
lakin
Message:

Only call the _console_control_handler unsubscribe if the attribute is available.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/_cpmodpy.py

    r1939 r1982  
    9898                            }) 
    9999     
    100     cherrypy._console_control_handler.unsubscribe() 
     100    if hasattr(cherrypy, '_console_control_handler'): 
     101        cherrypy._console_control_handler.unsubscribe() 
    101102    cherrypy.engine.autoreload.unsubscribe() 
    102103    cherrypy.server.unsubscribe() 

Hosted by WebFaction

Log in as guest/cpguest to create tickets