Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
ZEO
Commits
d59317da
Commit
d59317da
authored
22 years ago
by
Jeremy Hylton
Browse files
Options
Download
Email Patches
Plain Diff
Add whitespace.
parent
60bf0923
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/ZODB/DB.py
src/ZODB/DB.py
+4
-3
No files found.
src/ZODB/DB.py
View file @
d59317da
...
...
@@ -13,8 +13,8 @@
##############################################################################
"""Database objects
$Id: DB.py,v 1.4
3
2002/
08/14 22:07:09 mj
Exp $"""
__version__
=
'$Revision: 1.4
3
$'
[
11
:
-
2
]
$Id: DB.py,v 1.4
4
2002/
10/23 19:08:36 jeremy
Exp $"""
__version__
=
'$Revision: 1.4
4
$'
[
11
:
-
2
]
import
cPickle
,
cStringIO
,
sys
,
POSException
,
UndoLogCompatible
from
Connection
import
Connection
...
...
@@ -245,7 +245,8 @@ class DB(UndoLogCompatible.UndoLogCompatible):
m
.
sort
()
return
m
def
close
(
self
):
self
.
_storage
.
close
()
def
close
(
self
):
self
.
_storage
.
close
()
def
commitVersion
(
self
,
source
,
destination
=
''
):
CommitVersion
(
self
,
source
,
destination
)
...
...
This diff is collapsed.
Click to expand it.
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