[Zodb-checkins] CVS: ZODB3/ZEO/tests - testZEO.py:1.54.2.3

Guido van Rossum guido@python.org
Fri, 4 Oct 2002 12:01:58 -0400


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv24130

Modified Files:
      Tag: ZODB3-3_1-branch
	testZEO.py 
Log Message:
Fix indent.


=== ZODB3/ZEO/tests/testZEO.py 1.54.2.2 => 1.54.2.3 ===
--- ZODB3/ZEO/tests/testZEO.py:1.54.2.2	Fri Oct  4 11:53:04 2002
+++ ZODB3/ZEO/tests/testZEO.py	Fri Oct  4 12:01:57 2002
@@ -139,7 +139,7 @@
 
         # The __version__ attribute was not present in Zope 2.5.
         if hasattr(ZODB, "__version__"):
-           ReadOnlyStorage.ReadOnlyStorage.checkWriteMethods(self) 
+            ReadOnlyStorage.ReadOnlyStorage.checkWriteMethods(self)
 
 class UnixTests(GenericTests):