]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
mutable/layout.py: fix unused import. refs #393 post-393
authordavid-sarah <david-sarah@jacaranda.org>
Tue, 16 Aug 2011 22:50:43 +0000 (15:50 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Tue, 16 Aug 2011 22:50:43 +0000 (15:50 -0700)
src/allmydata/mutable/layout.py

index 30116414baea0d874c4bbe91766376b1f125bfce..42c20324725156666befc608ec894e23f97ad733 100644 (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