[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/ApplicationControl/ServerControl - IServerControl.py:1.1.2.3
Steve Alexander
steve@cat-box.net
Fri, 10 May 2002 05:48:49 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/ApplicationControl/ServerControl
In directory cvs.zope.org:/tmp/cvs-serv25323/lib/python/Zope/App/OFS/ApplicationControl/ServerControl
Modified Files:
Tag: Zope-3x-branch
IServerControl.py
Log Message:
Converted tabs to spaces, and other minor formatting changes.
Some files had mixed tabs and spaces, and some files used 4 space tabs
and some used 8 space tabs.
I'd really like folks to check in files that use only spaces for
indentation.
=== Zope3/lib/python/Zope/App/OFS/ApplicationControl/ServerControl/IServerControl.py 1.1.2.2 => 1.1.2.3 ===
"""Shutdown the server gracefully
- Returns: Nothing
+ Returns: Nothing
"""
def restart():
"""Restart the server gracefully
- Returns: Nothing
+ Returns: Nothing
"""
def registerShutdownHook(call, priority, name):
- """Register a function that will be callen on server shutdown.
- The function needs to takes no argument at all."""
+ """Register a function that will be callen on server shutdown.
+ The function needs to takes no argument at all."""