[Checkins] SVN: grok/branches/sylvain-testlayers/s No direct dependency on zope.formlib is required.

Martijn Faassen faassen at startifact.com
Tue Apr 27 13:20:51 EDT 2010


Log message for revision 111502:
  No direct dependency on zope.formlib is required.
  

Changed:
  U   grok/branches/sylvain-testlayers/setup.py
  U   grok/branches/sylvain-testlayers/src/grok/configure.zcml

-=-
Modified: grok/branches/sylvain-testlayers/setup.py
===================================================================
--- grok/branches/sylvain-testlayers/setup.py	2010-04-27 17:16:58 UTC (rev 111501)
+++ grok/branches/sylvain-testlayers/setup.py	2010-04-27 17:20:51 UTC (rev 111502)
@@ -70,7 +70,6 @@
         'zope.dottedname',
         'zope.event',
         'zope.exceptions',
-        'zope.formlib',
         'zope.i18n',
         'zope.i18nmessageid',
         'zope.interface',

Modified: grok/branches/sylvain-testlayers/src/grok/configure.zcml
===================================================================
--- grok/branches/sylvain-testlayers/src/grok/configure.zcml	2010-04-27 17:16:58 UTC (rev 111501)
+++ grok/branches/sylvain-testlayers/src/grok/configure.zcml	2010-04-27 17:20:51 UTC (rev 111502)
@@ -24,7 +24,6 @@
   <include package="zope.component" />
   <include package="zope.contentprovider" />
   <include package="zope.copypastemove" />
-  <include package="zope.formlib" />
   <include package="zope.i18n.locales" />
   <include package="zope.intid" />
   <include package="zope.keyreference" />



More information about the checkins mailing list