Changeset 337 for branches/0.5/daemon/setup.py
- Timestamp:
- 07/06/08 07:43:49 (6 months ago)
- Files:
-
- 1 modified
-
branches/0.5/daemon/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.5/daemon/setup.py
r320 r337 17 17 _install_requires = [ "demjson" ] 18 18 19 if sys.platform != "win32":20 _install_requires.append("Twisted")19 #if sys.platform != "win32": 20 # _install_requires.append("Twisted") 21 21 22 22 setup(