[Zope3-checkins] CVS: Zope3/src/zope/app/sqlscript/tests -
test_sqlscript.py:1.3
Philipp von Weitershausen
philikon at philikon.de
Mon Mar 1 05:57:42 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/sqlscript/tests
In directory cvs.zope.org:/tmp/cvs-serv22236/sqlscript/tests
Modified Files:
test_sqlscript.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/sqlscript/tests/test_sqlscript.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/sqlscript/tests/test_sqlscript.py:1.2 Tue Feb 24 11:50:39 2004
+++ Zope3/src/zope/app/sqlscript/tests/test_sqlscript.py Mon Mar 1 05:57:41 2004
@@ -32,7 +32,7 @@
from zope.app.interfaces.annotation import IAttributeAnnotatable
from zope.app.attributeannotations import AttributeAnnotations
-from zope.app.interfaces.cache import ICacheable, ICachingService
+from zope.app.cache.interfaces import ICacheable, ICachingService
from zope.app.cache.annotationcacheable import AnnotationCacheable
from zope.app.interfaces.traversing import IPhysicallyLocatable
from zope.app.interfaces.services.service import ISimpleService
More information about the Zope3-Checkins
mailing list