[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/ApplicationControl/ServerControl - ServerControl.py:1.2.20.1
Christian Theune
ct@gocept.com
Fri, 22 Nov 2002 17:38:17 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/ApplicationControl/ServerControl
In directory cvs.zope.org:/tmp/cvs-serv24198/OFS/ApplicationControl/ServerControl
Modified Files:
Tag: ctheune-fix_appcontrol-branch
ServerControl.py
Log Message:
First attempt for fix and for letting jim take a look
=== Zope3/lib/python/Zope/App/OFS/ApplicationControl/ServerControl/ServerControl.py 1.2 => 1.2.20.1 ===
--- Zope3/lib/python/Zope/App/OFS/ApplicationControl/ServerControl/ServerControl.py:1.2 Mon Jun 10 19:27:51 2002
+++ Zope3/lib/python/Zope/App/OFS/ApplicationControl/ServerControl/ServerControl.py Fri Nov 22 17:38:17 2002
@@ -39,7 +39,7 @@
def shutdown(self):
'See Zope.App.OFS.ApplicationControl.ServerControl.IServerControl.IServerControl'
- text = ""
+ text = "" # XXX what's that? looks like some stuff that isn't needed anymore - ctheune
order = self._shutdown_reg.keys()
order.sort()