[Zope3-checkins] CVS: Zope3/src/zope/app - servicenames.py:1.3

Fred L. Drake, Jr. fred at zope.com
Thu Apr 29 11:15:10 EDT 2004


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

Modified Files:
	servicenames.py 
Log Message:
add reminder to clean up


=== Zope3/src/zope/app/servicenames.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/servicenames.py:1.2	Thu Apr 15 18:11:06 2004
+++ Zope3/src/zope/app/servicenames.py	Thu Apr 29 11:15:09 2004
@@ -15,6 +15,9 @@
 
 $Id$
 """
+
+# XXX should check that all of the names are still used
+
 from zope.component.servicenames import *
 
 Authentication = 'Authentication'




More information about the Zope3-Checkins mailing list