Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZEO
Commits
5de7b02f
Commit
5de7b02f
authored
Oct 21, 2008
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a typo that caused IBlobStorageRestoreable to be missspecified.
parent
f51bf546
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/ZODB/interfaces.py
src/ZODB/interfaces.py
+1
-1
No files found.
src/ZODB/interfaces.py
View file @
5de7b02f
...
@@ -1011,7 +1011,7 @@ class IBlobStorage(Interface):
...
@@ -1011,7 +1011,7 @@ class IBlobStorage(Interface):
class
IBlobStorageRestoreable
(
IBlobStorage
,
IStorageRestoreable
):
class
IBlobStorageRestoreable
(
IBlobStorage
,
IStorageRestoreable
):
def
storeBlob
(
oid
,
serial
,
data
,
blobfilename
,
prev_txn
,
transaction
):
def
re
storeBlob
(
oid
,
serial
,
data
,
blobfilename
,
prev_txn
,
transaction
):
"""Write blob data already committed in a separate database
"""Write blob data already committed in a separate database
See the restore and storeBlob methods.
See the restore and storeBlob methods.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment