[Zope3-checkins] CVS: Zope3/src/zope/app/cache - configure.zcml:1.9

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


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

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/cache/configure.zcml 1.8 => 1.9 ===
--- Zope3/src/zope/app/cache/configure.zcml:1.8	Wed Mar 10 14:41:00 2004
+++ Zope3/src/zope/app/cache/configure.zcml	Thu Mar 11 07:38:09 2004
@@ -20,7 +20,7 @@
         />
 
     <implements
-        interface="zope.app.interfaces.services.utility.ILocalUtility"
+        interface="zope.app.utility.interfaces.ILocalUtility"
         />
 
     <require 




More information about the Zope3-Checkins mailing list