[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services - cache.py:1.5

Philipp von Weitershausen philikon at philikon.de
Mon Mar 1 05:58:09 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv22236/interfaces/services

Modified Files:
	cache.py 
Log Message:
Combined all cache-related code in the zope.app.cache package, except
for the cache service which is going to be converted to a utility anyway.


=== Zope3/src/zope/app/interfaces/services/cache.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/interfaces/services/cache.py:1.4	Tue Aug 19 13:34:21 2003
+++ Zope3/src/zope/app/interfaces/services/cache.py	Mon Mar  1 05:57:38 2004
@@ -17,7 +17,7 @@
 """
 from zope.app.interfaces.services.event import IEventChannel
 from zope.app.interfaces.services.service import ISimpleService
-from zope.app.interfaces.cache import ICachingService
+from zope.app.cache.interfaces import ICachingService
 
 class ILocalCachingService(ICachingService, IEventChannel):
     """TTW manageable caching service"""




More information about the Zope3-Checkins mailing list