From: david-sarah Date: Tue, 16 Aug 2011 22:50:43 +0000 (-0700) Subject: mutable/layout.py: fix unused import. refs #393 X-Git-Tag: post-393 X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=505ebeb353206243cd826d9b8726ec4a00048193 mutable/layout.py: fix unused import. refs #393 --- diff --git a/src/allmydata/mutable/layout.py b/src/allmydata/mutable/layout.py index 30116414..42c20324 100644 --- a/src/allmydata/mutable/layout.py +++ b/src/allmydata/mutable/layout.py @@ -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