Commit 83e3bf2b authored by Barry Warsaw's avatar Barry Warsaw

Style

parent 6613dbfb
...@@ -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.29 $')[-2:][0] __version__ = string.split('$Revision: 1.30 $')[-2:][0]
import cPickle import cPickle
import ThreadLock, bpthread import ThreadLock, bpthread
...@@ -295,7 +295,8 @@ class BaseStorage(UndoLogCompatible.UndoLogCompatible): ...@@ -295,7 +295,8 @@ class BaseStorage(UndoLogCompatible.UndoLogCompatible):
print ('Time stamps back in order %s' % (t)) print ('Time stamps back in order %s' % (t))
ok=1 ok=1
if verbose: print _ts if verbose:
print _ts
self.tpc_begin(transaction, tid, transaction.status) self.tpc_begin(transaction, tid, transaction.status)
for r in transaction: for r in transaction:
......
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