Commit 7fe81aa8 authored by Barry Warsaw's avatar Barry Warsaw

Formatting.

parent 9ac77874
......@@ -15,7 +15,7 @@
"""Berkeley storage with full undo and versioning support.
"""
__version__ = '$Revision: 1.48 $'.split()[-2:][0]
__version__ = '$Revision: 1.49 $'.split()[-2:][0]
import sys
import time
......@@ -1760,7 +1760,6 @@ class _GetItemBase:
return self.next()
class _TransactionsIterator(_GetItemBase):
"""Provide forward iteration through the transactions in a storage.
......
......@@ -15,7 +15,7 @@
"""Berkeley storage with full undo and versioning support.
"""
__version__ = '$Revision: 1.48 $'.split()[-2:][0]
__version__ = '$Revision: 1.49 $'.split()[-2:][0]
import sys
import time
......@@ -1760,7 +1760,6 @@ class _GetItemBase:
return self.next()
class _TransactionsIterator(_GetItemBase):
"""Provide forward iteration through the transactions in a 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