[Checkins] SVN: zope.app/trunk/setup.py - remove twisted dependency again

Christian Theune ct at gocept.com
Tue Feb 27 16:31:10 EST 2007


Log message for revision 72894:
   - remove twisted dependency again
  

Changed:
  U   zope.app/trunk/setup.py

-=-
Modified: zope.app/trunk/setup.py
===================================================================
--- zope.app/trunk/setup.py	2007-02-27 20:26:51 UTC (rev 72893)
+++ zope.app/trunk/setup.py	2007-02-27 21:31:10 UTC (rev 72894)
@@ -82,8 +82,7 @@
                         'zope.thread',
                         'zope.traversing',
                         'zope.structuredtext',
-                        'RestrictedPython',
-                        'twisted'],
+                        'RestrictedPython'],
       include_package_data = True,
 
       zip_safe = False,



More information about the Checkins mailing list