[Zope3-checkins] CVS: Zope3/src/zope/app/cache/interfaces - ram.py:1.3

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 13:01:42 EST 2004


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

Modified Files:
	ram.py 
Log Message:


Moved registration code to zope.app.registration. Created module aliases, so
that old ZODBs work.


=== Zope3/src/zope/app/cache/interfaces/ram.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/cache/interfaces/ram.py:1.2	Tue Mar  2 13:50:55 2004
+++ Zope3/src/zope/app/cache/interfaces/ram.py	Sat Mar 13 13:01:11 2004
@@ -19,7 +19,7 @@
 
 from zope.app.cache.interfaces import ICache
 from zope.app.event.interfaces import ISubscriber
-from zope.app.interfaces.services.registration import IRegisterable
+from zope.app.registration.interfaces import IRegisterable
 
 class IRAMCache(ICache, ISubscriber, IRegisterable):
     """Interface for the RAM Cache."""




More information about the Zope3-Checkins mailing list