[Zope3-checkins] CVS: Zope3 - z3.py:1.23 test.py:1.93

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Mar 17 16:05:35 EST 2004


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv26511

Modified Files:
	z3.py test.py 
Log Message:
Removed TABs in code.


=== Zope3/z3.py 1.22 => 1.23 ===
--- Zope3/z3.py:1.22	Thu Oct 30 03:15:30 2003
+++ Zope3/z3.py	Wed Mar 17 16:05:34 2004
@@ -26,10 +26,10 @@
 def run(argv=list(sys.argv)):
 
     if sys.version_info < ( 2,3,2 ):
-	print """\
-	ERROR: Your python version is not supported by Zope3.
-	Zope3 needs Python 2.3.2 or greater. You are running:""" + sys.version
-	sys.exit(1)
+        print """\
+        ERROR: Your python version is not supported by Zope3.
+        Zope3 needs Python 2.3.2 or greater. You are running:""" + sys.version
+        sys.exit(1)
 
     # Refuse to run without principals.zcml
     if not os.path.exists('principals.zcml'):


=== Zope3/test.py 1.92 => 1.93 ===
--- Zope3/test.py:1.92	Wed Mar 17 15:59:19 2004
+++ Zope3/test.py	Wed Mar 17 16:05:34 2004
@@ -886,10 +886,10 @@
             test_dirs.append(v)
 
     if sys.version_info < ( 2,3,2 ):
-	print """\
-	ERROR: Your python version is not supported by Zope3.
-	Zope3 needs Python 2.3.2 or greater. You are running:""" + sys.version
-	sys.exit(1)
+        print """\
+        ERROR: Your python version is not supported by Zope3.
+        Zope3 needs Python 2.3.2 or greater. You are running:""" + sys.version
+        sys.exit(1)
 
     if gcthresh is not None:
         if gcthresh == 0:




More information about the Zope3-Checkins mailing list