[Zope-Checkins] CVS: ZODB3/ZODB - FileStorage.py:1.139 fspack.py:1.12

Tim Peters tim.one at comcast.net
Thu Oct 2 18:14:35 EDT 2003


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv25291/ZODB

Modified Files:
	FileStorage.py fspack.py 
Log Message:
Whitespace normalization.


=== ZODB3/ZODB/FileStorage.py 1.138 => 1.139 ===
--- ZODB3/ZODB/FileStorage.py:1.138	Thu Oct  2 14:17:19 2003
+++ ZODB3/ZODB/FileStorage.py	Thu Oct  2 18:14:04 2003
@@ -1531,7 +1531,7 @@
         """
         if self._is_read_only:
             raise POSException.ReadOnlyError()
-        
+
         stop=`TimeStamp(*time.gmtime(t)[:5]+(t%60,))`
         if stop==z64: raise FileStorageError, 'Invalid pack time'
 


=== ZODB3/ZODB/fspack.py 1.11 => 1.12 ===
--- ZODB3/ZODB/fspack.py:1.11	Thu Oct  2 14:17:19 2003
+++ ZODB3/ZODB/fspack.py	Thu Oct  2 18:14:04 2003
@@ -648,7 +648,7 @@
         # tindex: oid -> pos, for current txn
         # tvindex: version -> pos of XXX, for current txn
         # oid2serial: not used by the packer
-        
+
         self.index = fsIndex()
         self.vindex = {}
         self.tindex = {}




More information about the Zope-Checkins mailing list