[Zodb-checkins] SVN: ZODB/branches/ctheune-betterimport/src/ZODB/blob.py Removed accidental checkin.

Christian Theune ct at gocept.com
Thu Aug 16 07:59:13 EDT 2007


Log message for revision 78877:
  Removed accidental checkin.
  

Changed:
  U   ZODB/branches/ctheune-betterimport/src/ZODB/blob.py

-=-
Modified: ZODB/branches/ctheune-betterimport/src/ZODB/blob.py
===================================================================
--- ZODB/branches/ctheune-betterimport/src/ZODB/blob.py	2007-08-16 11:37:53 UTC (rev 78876)
+++ ZODB/branches/ctheune-betterimport/src/ZODB/blob.py	2007-08-16 11:59:13 UTC (rev 78877)
@@ -447,8 +447,7 @@
         while self.dirty_oids:
             oid, serial = self.dirty_oids.pop()
             clean = self.fshelper.getBlobFilename(oid, serial)
-            # XXX This code is untested.
-            if os.path.exists(clean):
+            if os.exists(clean):
                 remove_committed(clean) 
 
     @non_overridable



More information about the Zodb-checkins mailing list