[Checkins] SVN: five.grok/trunk/src/five/grok/configure.zcml Don't	include grokcore.formlib,	which just include zope.formlib. This prevent a conflict error with	Five.
    Sylvain Viollon 
    sylvain at infrae.com
       
    Sat Nov 22 19:34:02 EST 2008
    
    
  
Log message for revision 93266:
  Don't include grokcore.formlib, which just include zope.formlib. This prevent a conflict error with Five.
  
  
Changed:
  U   five.grok/trunk/src/five/grok/configure.zcml
-=-
Modified: five.grok/trunk/src/five/grok/configure.zcml
===================================================================
--- five.grok/trunk/src/five/grok/configure.zcml	2008-11-23 00:11:04 UTC (rev 93265)
+++ five.grok/trunk/src/five/grok/configure.zcml	2008-11-23 00:34:02 UTC (rev 93266)
@@ -8,7 +8,6 @@
 
   <include package="grokcore.view" />
   <include package="grokcore.viewlet" />
-  <include package="grokcore.formlib" />
 
   <browser:defaultView
       for="grokcore.component.interfaces.IContext"
    
    
More information about the Checkins
mailing list