Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zodb
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Joshua
zodb
Commits
b2b331a0
Commit
b2b331a0
authored
Apr 23, 2004
by
Gintautas Miliauskas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a typo.
parent
d95df89d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/ZODB/BaseStorage.py
src/ZODB/BaseStorage.py
+2
-2
No files found.
src/ZODB/BaseStorage.py
View file @
b2b331a0
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Handy standard storage machinery
"""Handy standard storage machinery
$Id: BaseStorage.py,v 1.5
0 2004/04/23 17:26:37
gintautasm Exp $
$Id: BaseStorage.py,v 1.5
1 2004/04/23 17:30:40
gintautasm Exp $
"""
"""
import
cPickle
import
cPickle
import
threading
import
threading
...
@@ -30,7 +30,7 @@ from ZODB.UndoLogCompatible import UndoLogCompatible
...
@@ -30,7 +30,7 @@ from ZODB.UndoLogCompatible import UndoLogCompatible
log
=
logging
.
getLogger
(
"ZODB.BaseStorage"
)
log
=
logging
.
getLogger
(
"ZODB.BaseStorage"
)
class
BaseStorage
(
UndoLogCompatible
):
class
BaseStorage
(
UndoLogCompatible
):
"""Abstract base class that support storage implementations.
"""Abstract base class that support
s
storage implementations.
A subclass must define the following methods:
A subclass must define the following methods:
load()
load()
...
...
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