[Zodb-checkins] CVS: ZODB3/Tools - fsrefs.py:1.7.2.1 parsezeolog.py:1.4.14.1 zeoreplay.py:1.3.14.1 zeoup.py:1.13.14.2

Tim Peters tim.one at comcast.net
Tue Sep 9 15:37:16 EDT 2003


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

Modified Files:
      Tag: ZODB3-3_2-branch
	fsrefs.py parsezeolog.py zeoreplay.py zeoup.py 
Log Message:
Whitespace normalization.


=== ZODB3/Tools/fsrefs.py 1.7 => 1.7.2.1 ===
--- ZODB3/Tools/fsrefs.py:1.7	Fri May 23 17:30:31 2003
+++ ZODB3/Tools/fsrefs.py	Tue Sep  9 14:37:14 2003
@@ -4,14 +4,14 @@
 #
 # Copyright (c) 2002 Zope Corporation and Contributors.
 # All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 
 """Check FileStorage for dangling references.
@@ -77,7 +77,7 @@
             # that refer to this one, we won't get error reports from
             # them.  We could fix this by making two passes over the
             # storage, but that seems like overkill.
-            
+
         refs = get_refs(data)
         missing = [] # contains 3-tuples of oid, klass-metadata, reason
         for info in refs:


=== ZODB3/Tools/parsezeolog.py 1.4 => 1.4.14.1 ===
--- ZODB3/Tools/parsezeolog.py:1.4	Thu Dec 12 16:34:37 2002
+++ ZODB3/Tools/parsezeolog.py	Tue Sep  9 14:37:14 2003
@@ -52,7 +52,7 @@
     fields = ("time", "vote", "done", "user", "path")
     fmt = "%-24s %5s %5s %-15s %s"
     hdr = fmt % fields
-    
+
     def report(self):
         """Print a report about the transaction"""
         t = time.ctime(self.begin)
@@ -98,7 +98,7 @@
         except KeyError:
             print "uknown tid", repr(tid)
             return None
-        
+
     def tpc_finish(self, time, args):
         t = self.get_txn(args)
         if t is None:


=== ZODB3/Tools/zeoreplay.py 1.3 => 1.3.14.1 ===
--- ZODB3/Tools/zeoreplay.py:1.3	Wed Dec 18 17:15:03 2002
+++ ZODB3/Tools/zeoreplay.py	Tue Sep  9 14:37:14 2003
@@ -186,7 +186,7 @@
         meth = getattr(txn, 'tpc_begin', None)
         if meth is not None:
             meth(when, args, client)
-        
+
     def storea(self, when, args, client):
         txn = self.__curtxn.get(client)
         if txn is None:
@@ -221,7 +221,7 @@
         print '%s %s %4d %10d %s %s' % (
             txn._begintime, txn._finishtime - txn._begintime,
             len(txn._objects),
-            bytes, 
+            bytes,
             time.ctime(txn._begintime),
             txn._url)
 
@@ -281,7 +281,7 @@
 
     if replay:
         storage = FileStorage(storagefile)
-	#storage = BDBFullStorage(storagefile)
+        #storage = BDBFullStorage(storagefile)
         #storage = PrimaryStorage('yyz', storage, RS_PORT)
     t0 = now()
     p = ZEOParser(maxtxns, report, storage)


=== ZODB3/Tools/zeoup.py 1.13.14.1 => 1.13.14.2 ===
--- ZODB3/Tools/zeoup.py:1.13.14.1	Thu Sep  4 12:47:23 2003
+++ ZODB3/Tools/zeoup.py	Tue Sep  9 14:37:14 2003
@@ -15,7 +15,7 @@
     -h host -- host to connect to (default is current host)
 
     -S storage -- storage name (default '1')
-    
+
     -U path -- Unix-domain socket to connect to
 
     --nowrite -- Do not update the zeoup counter.




More information about the Zodb-checkins mailing list