[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/ApplicationControl - IRuntimeInfo.py:1.1.2.3

Steve Alexander steve@cat-box.net
Fri, 10 May 2002 05:48:48 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/ApplicationControl
In directory cvs.zope.org:/tmp/cvs-serv25323/lib/python/Zope/App/OFS/ApplicationControl

Modified Files:
      Tag: Zope-3x-branch
	IRuntimeInfo.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/IRuntimeInfo.py 1.1.2.2 => 1.1.2.3 ===
     def getZopeVersion():
         """Return a string containing the descriptive version of the
-		   current zope installation"""
+           current zope installation"""
 
     def getPythonVersion():
         """Return a string containing verbose description of the python
-		   interpreter"""
+           interpreter"""
     
     def getPythonPath():
         """Return a tuple containing the lookup paths of the python interpreter
@@ -34,7 +34,7 @@
 
     def getSystemPlatform():
         """Return the system platform name in a 5 tuple of
-		   (sysname, nodename, release, version, machine)"""
+           (sysname, nodename, release, version, machine)"""
 
     def getCommandLine():
         """Return the command line string Zope was invoked with"""