[Zope3-checkins] CVS: Zope/lib/python/ZODB - Connection.py:1.119

Steve Alexander steve at cat-box.net
Mon Feb 23 03:23:48 EST 2004


Update of /cvs-repository/Zope/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv23535

Modified Files:
	Connection.py 
Log Message:
Removed some inappropriate whitespace.


=== Zope/lib/python/ZODB/Connection.py 1.118 => 1.119 ===
--- Zope/lib/python/ZODB/Connection.py:1.118	Wed Feb 18 21:59:06 2004
+++ Zope/lib/python/ZODB/Connection.py	Mon Feb 23 03:23:46 2004
@@ -335,7 +335,7 @@
                         raise ConflictError(object=obj)
                     self._modified.append(oid)
                 p = w.serialize(obj)  # This calls __getstate__ of obj
-                
+
                 s = self._storage.store(oid, serial, p, self._version,
                                         transaction)
                 self._store_count = self._store_count + 1
@@ -354,7 +354,6 @@
                 self._handle_serial(s, oid)
         finally:
             del self._added_during_commit
-       
 
     def commit_sub(self, t):
         """Commit all work done in all subtransactions for this transaction"""




More information about the Zope3-Checkins mailing list