[Checkins] SVN: grokcore.component/trunk/setup.py add zope.testing back, zcml.py depends on it

Michael Haubenwallner michael at d2m.at
Tue Jan 27 07:47:17 EST 2009


Log message for revision 95158:
  add zope.testing back, zcml.py depends on it

Changed:
  U   grokcore.component/trunk/setup.py

-=-
Modified: grokcore.component/trunk/setup.py
===================================================================
--- grokcore.component/trunk/setup.py	2009-01-27 12:46:12 UTC (rev 95157)
+++ grokcore.component/trunk/setup.py	2009-01-27 12:47:17 UTC (rev 95158)
@@ -36,6 +36,7 @@
                       'zope.component',
                       'zope.configuration',
                       'zope.interface',
-                      'zope.event', # for tests
+                      'zope.event', 
+                      'zope.testing',
                       ],
 )



More information about the Checkins mailing list