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

Changeset 1635

Show
Ignore:
Timestamp:
03/09/07 12:15:46
Author:
fumanchu
Message:

Fix for #667 (SIGTERM broken).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/cherrypy-3.0.x/cherrypy/_cpengine.py

    r1608 r1635  
    288288     
    289289    if hasattr(signal, "SIGTERM"): 
    290         def SIGTERM(signum=None, frame=None): 
     290        def SIGTERM(self, signum=None, frame=None): 
    291291            cherrypy.server.stop() 
    292292            self.stop() 

Hosted by WebFaction

Log in as guest/cpguest to create tickets