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

Changeset 1945

Show
Ignore:
Timestamp:
04/21/08 09:01:24
Author:
dan
Message:

native condition

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/769-unixwait/cherrypy/__init__.py

    r1938 r1945  
    189189    del win32 
    190190except ImportError: 
    191     engine = process.bus 
     191    try: 
     192        from cherrypy.process import unix 
     193        engine = unix.UnixBus() 
     194        del unix 
     195    except ImportError: 
     196        engine = process.bus 
    192197 
    193198 

Hosted by WebFaction

Log in as guest/cpguest to create tickets