[Zope3-checkins] CVS: Zope3/src/zope/app - zapi.py:1.8

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


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

Modified Files:
	zapi.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/zapi.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/zapi.py:1.7	Thu Jun 26 22:50:10 2003
+++ Zope3/src/zope/app/zapi.py	Tue Aug 19 13:33:49 2003
@@ -26,6 +26,8 @@
 __all__ = tuple(IZAPI)
 
 from zope.component import *
+# XXX: Do not ask me why 'queryService' is not being imported above (SR)
+from zope.component import queryService
 from zope.context import *
 from zope.app.context import *
 from zope.app.traversing import *




More information about the Zope3-Checkins mailing list