[Zope3-checkins] CVS: Zope3/src/zope/app/content/tests - test_sqlscript.py:1.14

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Aug 19 14:34:51 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/content/tests
In directory cvs.zope.org:/tmp/cvs-serv19346/content/tests

Modified Files:
	test_sqlscript.py 
Log Message:
Just to make it worth the effort, here is the rewrite of the Caching Service
to use local utilities. I am amazed how much cruft can go away. There are
still some dead chickens left that can be easily fixed by providing a 
default overview screen for these services and remodeling the local utility
service a bit.

Jim,

noone has complained about the changes yet. Are you guys at ZC having a fit
with it? I think in general people just not use these components heavily
yet and it is no big deal to create them, since their data does not contain
much programming logic (i.e. they are easily recreated) and there are only
a few around ata time usually.


=== Zope3/src/zope/app/content/tests/test_sqlscript.py 1.13 => 1.14 ===
--- Zope3/src/zope/app/content/tests/test_sqlscript.py:1.13	Wed Jun 11 09:59:09 2003
+++ Zope3/src/zope/app/content/tests/test_sqlscript.py	Tue Aug 19 13:34:15 2003
@@ -14,7 +14,6 @@
 
 $Id$
 """
-
 import unittest
 
 from zope.interface import implements, classImplements
@@ -36,8 +35,7 @@
 from zope.app.interfaces.annotation import IAttributeAnnotatable
 from zope.app.attributeannotations import AttributeAnnotations
 
-from zope.app.interfaces.cache.cache import ICacheable
-from zope.app.interfaces.cache.cache import ICachingService
+from zope.app.interfaces.cache 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