Author: jmorliaguet
Date: Sun Apr 23 18:30:51 2006
New Revision: 2952

Modified:
   CPSSkins4Five/trunk/configure.zcml
Log:

- must include zope.location too otherwise we get errors such:

  TypeError: ('Could not adapt', <...>,
  <InterfaceClass zope.traversing.interfaces.IPhysicallyLocatable>)

  why on earth aren't these zcml packages not configured by default in Five?




Modified: CPSSkins4Five/trunk/configure.zcml
==============================================================================
--- CPSSkins4Five/trunk/configure.zcml  (original)
+++ CPSSkins4Five/trunk/configure.zcml  Sun Apr 23 18:30:51 2006
@@ -11,6 +11,8 @@
 
   <include package="zope.app.keyreference" />
 
+  <include package="zope.location" />
+
 
   <!-- cpsskins v3 zcml configuration -->
 
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to