[Zodb-checkins] CVS: ZODB3 - setup.py:1.50.6.1 test.py:1.24.8.3
Tim Peters
tim.one at comcast.net
Mon Sep 15 17:27:20 EDT 2003
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv17778
Modified Files:
Tag: Zope-2_7-branch
setup.py test.py
Log Message:
Whitespace normalization (via Python's reindent.py script).
=== ZODB3/setup.py 1.50 => 1.50.6.1 ===
--- ZODB3/setup.py:1.50 Mon Jun 16 17:49:59 2003
+++ ZODB3/setup.py Mon Sep 15 17:26:49 2003
@@ -154,7 +154,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.8.2 => 1.24.8.3 ===
--- ZODB3/test.py:1.24.8.2 Mon Sep 15 15:35:23 2003
+++ ZODB3/test.py Mon Sep 15 17:26:49 2003
@@ -675,7 +675,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