[Zodb-checkins] CVS: ZODB3 - setup.py:1.50.4.2 test.py:1.24.6.1

Tim Peters tim.one at comcast.net
Tue Jul 1 17:57:32 EDT 2003


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv9924

Modified Files:
      Tag: zodb33-devel-branch
	setup.py test.py 
Log Message:
Whitespace normalization.


=== ZODB3/setup.py 1.50.4.1 => 1.50.4.2 ===
--- ZODB3/setup.py:1.50.4.1	Tue Jul  1 15:34:07 2003
+++ ZODB3/setup.py	Tue Jul  1 16:57:00 2003
@@ -153,7 +153,7 @@
             ]
 package_dir = {'BDBStorage': 'BDBStorage'}
 
-# include in a source distribution and 
+# include in a source distribution and
 if sys.version_info < (2, 3) or "sdist" in sys.argv:
     packages.append("logging")
 


=== ZODB3/test.py 1.24 => 1.24.6.1 ===
--- ZODB3/test.py:1.24	Thu Apr 24 11:53:00 2003
+++ ZODB3/test.py	Tue Jul  1 16:57:00 2003
@@ -647,7 +647,7 @@
         elif k == "-b":
             build = 1
         elif k == "-B":
-             build = build_inplace = 1
+            build = build_inplace = 1
         elif k == "-c":
             # make sure you have a recent version of pychecker
             if not os.environ.get("PYCHECKER"):




More information about the Zodb-checkins mailing list