[Zope-CVS] CVS: ZODB - test.py:1.8
Tim Peters
tim.one at comcast.net
Mon Apr 19 17:19:33 EDT 2004
Update of /cvs-repository/ZODB
In directory cvs.zope.org:/tmp/cvs-serv9699
Modified Files:
test.py
Log Message:
Whitespace normalization.
=== ZODB/test.py 1.7 => 1.8 ===
--- ZODB/test.py:1.7 Tue Apr 13 10:58:46 2004
+++ ZODB/test.py Mon Apr 19 17:19:02 2004
@@ -738,7 +738,7 @@
elif k == "-b":
build = True
elif k == "-B":
- build = build_inplace = True
+ build = build_inplace = True
elif k == "-c":
# make sure you have a recent version of pychecker
if not os.environ.get("PYCHECKER"):
More information about the Zope-CVS
mailing list