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

Fred L. Drake, Jr. fred at zope.com
Thu Aug 21 16:47:31 EDT 2003


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

Modified Files:
	zapi.py 
Log Message:
update comment about queryService()


=== Zope3/src/zope/app/zapi.py 1.8 => 1.9 ===
--- Zope3/src/zope/app/zapi.py:1.8	Tue Aug 19 13:33:49 2003
+++ Zope3/src/zope/app/zapi.py	Thu Aug 21 15:47:30 2003
@@ -26,7 +26,8 @@
 __all__ = tuple(IZAPI)
 
 from zope.component import *
-# XXX: Do not ask me why 'queryService' is not being imported above (SR)
+# XXX: 'queryService' is not part of IComponentArchitecture;
+# XXX: Jim says you shouldn't need it anyway.
 from zope.component import queryService
 from zope.context import *
 from zope.app.context import *




More information about the Zope3-Checkins mailing list