Changeset 337 for branches/0.5/daemon/setup.py

Show
Ignore:
Timestamp:
07/06/08 07:43:49 (6 months ago)
Author:
heyadayo
Message:

Fixed opera bug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.5/daemon/setup.py

    r320 r337  
    1717_install_requires = [ "demjson" ] 
    1818 
    19 if sys.platform != "win32": 
    20     _install_requires.append("Twisted") 
     19#if sys.platform != "win32": 
     20#    _install_requires.append("Twisted") 
    2121 
    2222setup(