Commit 94a73a5e authored by Jim Fulton's avatar Jim Fulton

Fixed a typo that caused IBlobStorageRestoreable to be missspecified.

parent 698c1011
......@@ -1011,7 +1011,7 @@ class IBlobStorage(Interface):
class IBlobStorageRestoreable(IBlobStorage, IStorageRestoreable):
def storeBlob(oid, serial, data, blobfilename, prev_txn, transaction):
def restoreBlob(oid, serial, data, blobfilename, prev_txn, transaction):
"""Write blob data already committed in a separate database
See the restore and storeBlob methods.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment