[Zope3-checkins] CVS: Zope3/src/zope/app - zapi.py:1.13
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Mar 2 09:25:00 EST 2004
Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv21657/src/zope/app
Modified Files:
zapi.py
Log Message:
I originally added queryService() to ZAPI and this should have never been
done. Remove it and use getService() in the places where it was used instead.
=== Zope3/src/zope/app/zapi.py 1.12 => 1.13 ===
--- Zope3/src/zope/app/zapi.py:1.12 Fri Nov 21 12:10:48 2003
+++ Zope3/src/zope/app/zapi.py Tue Mar 2 09:24:29 2004
@@ -27,12 +27,6 @@
from zope.component import *
-# XXX: 'queryService' is not part of IComponentArchitecture;
-# XXX: Jim says you shouldn't need it anyway.
-# YYY: So why is it here?
-
-from zope.component import queryService
-
from zope.app.traversing import *
from zope.app.interfaces.exceptions import UserError
More information about the Zope3-Checkins
mailing list