Commit 814ab53d authored by Jim Fulton's avatar Jim Fulton

Added a missing future import to work with Python 2.5.

parent b1bc8989
......@@ -39,6 +39,8 @@
# bytes back before using u64 to convert the data back to (long)
# integers.
from __future__ import with_statement
import cPickle
import struct
......
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