Commit 457eb2da authored by Jeremy Hylton's avatar Jeremy Hylton

Remove old, commented-out line

parent a5022fc8
......@@ -108,7 +108,6 @@ class StorageTestBase(unittest.TestCase):
if type(data) == types.IntType:
data = MinPO(data)
if not already_pickled:
## data = pickle.dumps(data)
data = zodb_pickle(data)
if version is None:
version = ''
......
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