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

Changeset 1631

Show
Ignore:
Timestamp:
03/06/07 11:28:57
Author:
fumanchu
Message:

Another oops.

Files:

Legend:

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

    r1627 r1631  
    156156    return "".join(traceback.format_exception(*exc)) 
    157157 
    158  
    159 try: 
    160     from cherrypy.pywebd import win32 
    161     engine = win32.Engine() 
    162 except ImportError: 
    163     engine = Engine() 
  • trunk/cherrypy/test/test_states_demo.py

    r1627 r1631  
    4747    cherrypy.config.update(conf) 
    4848    cherrypy.tree.mount(Root(), config={'global': conf}) 
     49    cherrypy.server.quickstart() 
    4950    cherrypy.engine.start() 
    50     cherrypy.server.quickstart() 
    5151    cherrypy.engine.block() 

Hosted by WebFaction

Log in as guest/cpguest to create tickets