[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/stateful -
	configure.zcml:1.10
    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/stateful
In directory cvs.zope.org:/tmp/cvs-serv2726/src/zope/app/workflow/stateful
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/stateful/configure.zcml 1.9 => 1.10 ===
--- Zope3/src/zope/app/workflow/stateful/configure.zcml:1.9	Tue Mar  9 07:38:43 2004
+++ Zope3/src/zope/app/workflow/stateful/configure.zcml	Thu Mar 11 07:38:23 2004
@@ -10,7 +10,7 @@
       id="StatefulProcessDefinition"
       />
   <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