[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/interfaces.py Update storeBlob interface to reflect reality.

Christian Theune ct at gocept.com
Thu Jan 31 08:34:34 EST 2008


Log message for revision 83334:
  Update storeBlob interface to reflect reality.
  

Changed:
  U   ZODB/trunk/src/ZODB/interfaces.py

-=-
Modified: ZODB/trunk/src/ZODB/interfaces.py
===================================================================
--- ZODB/trunk/src/ZODB/interfaces.py	2008-01-31 13:31:31 UTC (rev 83333)
+++ ZODB/trunk/src/ZODB/interfaces.py	2008-01-31 13:34:33 UTC (rev 83334)
@@ -969,7 +969,7 @@
 class IBlobStorage(Interface):
     """A storage supporting BLOBs."""
 
-    def storeBlob(oid, oldserial, data, blob, transaction):
+    def storeBlob(oid, oldserial, data, blobfilename, version, transaction):
         """Stores data that has a BLOB attached."""
 
     def loadBlob(oid, serial):



More information about the Zodb-checkins mailing list