[Zope3-checkins] CVS: Zope3/src/zope/app/cache - ram.py:1.12
Martijn Faassen
m.faassen at vet.uu.nl
Wed Feb 25 18:02:52 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/cache
In directory cvs.zope.org:/tmp/cvs-serv29436/src/zope/app/cache
Modified Files:
ram.py
Log Message:
Remove unused imports.
=== Zope3/src/zope/app/cache/ram.py 1.11 => 1.12 ===
--- Zope3/src/zope/app/cache/ram.py:1.11 Fri Feb 20 11:57:19 2004
+++ Zope3/src/zope/app/cache/ram.py Wed Feb 25 18:02:21 2004
@@ -22,7 +22,6 @@
from zope.app import zapi
from zope.app.container.contained import Contained
from zope.app.interfaces.cache.ram import IRAMCache
-from zope.app.interfaces.cache import ICache
from zope.app.interfaces.event import IObjectModifiedEvent
from zope.interface import implements
More information about the Zope3-Checkins
mailing list