[Zope3-checkins] CVS: Zope3 - test.py:1.50

Steve Alexander steve@cat-box.net
Wed, 9 Apr 2003 05:06:29 -0400


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

Modified Files:
	test.py 
Log Message:
Removed tabs and some extraneous spaces.


=== Zope3/test.py 1.49 => 1.50 ===
--- Zope3/test.py:1.49	Tue Apr  8 09:57:17 2003
+++ Zope3/test.py	Wed Apr  9 05:06:28 2003
@@ -348,7 +348,7 @@
 class TestFileFinder:
     def __init__(self, prefix):
         self.files = []
-		# XXX will break if prefix ends with a slash
+        # XXX will break if prefix ends with a slash
         self._plen = len(prefix)+1
 
     def visit(self, rx, dir, files):
@@ -450,11 +450,10 @@
 class TrackRefs:
     """Object to track reference counts across test runs."""
 
-
     def __init__(self):
         self.type2count = {}
         self.type2all = {}
-        
+
     def update(self):
         obs = sys.getobjects(0)
         type2count = {}