Commit 90af066a authored by Toby Dickenson's avatar Toby Dickenson

whitespace normalisation

parent 48776c19
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
""" """
# Do this portably in the face of checking out with -kv # Do this portably in the face of checking out with -kv
import string import string
__version__ = string.split('$Revision: 1.28 $')[-2:][0] __version__ = string.split('$Revision: 1.29 $')[-2:][0]
import cPickle import cPickle
import ThreadLock, bpthread import ThreadLock, bpthread
...@@ -250,7 +250,7 @@ class BaseStorage(UndoLogCompatible.UndoLogCompatible): ...@@ -250,7 +250,7 @@ class BaseStorage(UndoLogCompatible.UndoLogCompatible):
Dictionary values should be None; this will be a handy place Dictionary values should be None; this will be a handy place
for extra marshalling information, should we need it for extra marshalling information, should we need it
""" """
return {} return {}
def copyTransactionsFrom(self, other, verbose=0): def copyTransactionsFrom(self, other, verbose=0):
"""Copy transactions from another storage. """Copy transactions from another storage.
......
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