[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ComponentArchitecture - NextService.py:1.2

Jim Fulton jim@zope.com
Tue, 19 Nov 2002 18:12:36 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/ComponentArchitecture
In directory cvs.zope.org:/tmp/cvs-serv10176

Modified Files:
	NextService.py 
Log Message:
Added a comment to state an implementation constraint.


=== Zope3/lib/python/Zope/App/ComponentArchitecture/NextService.py 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/ComponentArchitecture/NextService.py:1.1	Thu Aug  1 14:42:09 2002
+++ Zope3/lib/python/Zope/App/ComponentArchitecture/NextService.py	Tue Nov 19 18:12:36 2002
@@ -48,6 +48,10 @@
     """if the context is a service manager or a placeful service, tries
     to return the next highest service manager"""
 
+    # IMPORTANT
+    #
+    # This is not allowed to use any services to get it's job done!
+
     # get this service manager
     sm = getServiceManager_hook(context)
     if sm is serviceManager: