mutable/layout.py: fix unused import. refs #393

This commit is contained in:
david-sarah 2011-08-16 15:50:43 -07:00
parent 4b62b53cd6
commit 505ebeb353

View File

@ -1,5 +1,5 @@
import struct, math
import struct
from allmydata.mutable.common import NeedMoreDataError, UnknownVersionError
from allmydata.interfaces import HASH_SIZE, SALT_SIZE, SDMF_VERSION, \
MDMF_VERSION, IMutableSlotWriter