[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/applicationcontrol - applicationcontrol.py:1.1.2.2 runtimeinfo.py:1.1.2.2 servercontrol.py:1.1.2.2 zopeversion.py:1.1.2.2

Tim Peters tim.one@comcast.net
Tue, 24 Dec 2002 21:21:34 -0500


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

Modified Files:
      Tag: NameGeddon-branch
	applicationcontrol.py runtimeinfo.py servercontrol.py 
	zopeversion.py 
Log Message:
Whitespace normalization, via Python's Tools/scripts/reindent.py.  The
files are fixed-points of that script now.  Fixed a few cases where
code relied on significant trailing whitespace (ouch).


=== Zope3/src/zope/app/interfaces/applicationcontrol/applicationcontrol.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/interfaces/applicationcontrol/applicationcontrol.py:1.1.2.1	Mon Dec 23 14:31:42 2002
+++ Zope3/src/zope/app/interfaces/applicationcontrol/applicationcontrol.py	Tue Dec 24 21:20:32 2002
@@ -2,14 +2,14 @@
 #
 # Copyright (c) 2001, 2002 Zope Corporation and Contributors.
 # All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE.
-# 
+#
 ##############################################################################
 __doc__ = """ Application Control Interface
 
@@ -22,5 +22,5 @@
 
     def getStartTime():
         """Return the time the application started
-        
+
            in seconds since the epoch"""


=== Zope3/src/zope/app/interfaces/applicationcontrol/runtimeinfo.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/interfaces/applicationcontrol/runtimeinfo.py:1.1.2.1	Mon Dec 23 14:31:42 2002
+++ Zope3/src/zope/app/interfaces/applicationcontrol/runtimeinfo.py	Tue Dec 24 21:20:32 2002
@@ -2,14 +2,14 @@
 #
 # Copyright (c) 2001, 2002 Zope Corporation and Contributors.
 # All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE.
-# 
+#
 ##############################################################################
 __doc__ = """ Runtime Information Interface
 
@@ -27,7 +27,7 @@
     def getPythonVersion():
         """Return a string containing verbose description of the python
            interpreter"""
-    
+
     def getPythonPath():
         """Return a tuple containing the lookup paths of the python interpreter
         """
@@ -46,4 +46,3 @@
     def getUptime():
         """Return a string containing the Zope server uptime in unix uptime
            format with seconds ([NN days, ]HH:MM:SS)"""
-


=== Zope3/src/zope/app/interfaces/applicationcontrol/servercontrol.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/interfaces/applicationcontrol/servercontrol.py:1.1.2.1	Mon Dec 23 14:31:42 2002
+++ Zope3/src/zope/app/interfaces/applicationcontrol/servercontrol.py	Tue Dec 24 21:20:32 2002
@@ -2,14 +2,14 @@
 #
 # Copyright (c) 2001, 2002 Zope Corporation and Contributors.
 # All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE.
-# 
+#
 ##############################################################################
 __doc__ = """ Server Control Interface
 


=== Zope3/src/zope/app/interfaces/applicationcontrol/zopeversion.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/interfaces/applicationcontrol/zopeversion.py:1.1.2.1	Mon Dec 23 14:31:42 2002
+++ Zope3/src/zope/app/interfaces/applicationcontrol/zopeversion.py	Tue Dec 24 21:20:32 2002
@@ -23,4 +23,3 @@
     def getZopeVersion():
         """Return a string containing the Zope version (possibly including
            CVS information)"""
-