[Zope3-checkins] CVS: Zope3/src/zope/app/workflow - configure.zcml:1.15

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Mar 11 07:38:54 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/workflow
In directory cvs.zope.org:/tmp/cvs-serv2726/src/zope/app/workflow

Modified Files:
	configure.zcml 
Log Message:


Moved utility service to zope.app.utility. Added module aliases, so that your
ZODB should be fine.




=== Zope3/src/zope/app/workflow/configure.zcml 1.14 => 1.15 ===
--- Zope3/src/zope/app/workflow/configure.zcml:1.14	Tue Mar  9 07:38:42 2004
+++ Zope3/src/zope/app/workflow/configure.zcml	Thu Mar 11 07:38:23 2004
@@ -57,7 +57,7 @@
         id="ProcessDefinition"
         />
     <implements
-        interface="zope.app.interfaces.services.utility.ILocalUtility" 
+        interface="zope.app.utility.interfaces.ILocalUtility" 
         />
     <implements 
         interface="zope.app.interfaces.annotation.IAttributeAnnotatable" 




More information about the Zope3-Checkins mailing list