Commit d59317da authored by Jeremy Hylton's avatar Jeremy Hylton

Add whitespace.

parent 60bf0923
......@@ -13,8 +13,8 @@
##############################################################################
"""Database objects
$Id: DB.py,v 1.43 2002/08/14 22:07:09 mj Exp $"""
__version__='$Revision: 1.43 $'[11:-2]
$Id: DB.py,v 1.44 2002/10/23 19:08:36 jeremy Exp $"""
__version__='$Revision: 1.44 $'[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)
......
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