projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b62b53
)
mutable/layout.py: fix unused import. refs #393
post-393
author
david-sarah
<david-sarah@jacaranda.org>
Tue, 16 Aug 2011 22:50:43 +0000
(15:50 -0700)
committer
david-sarah
<david-sarah@jacaranda.org>
Tue, 16 Aug 2011 22:50:43 +0000
(15:50 -0700)
src/allmydata/mutable/layout.py
patch
|
blob
|
history
diff --git
a/src/allmydata/mutable/layout.py
b/src/allmydata/mutable/layout.py
index 30116414baea0d874c4bbe91766376b1f125bfce..42c20324725156666befc608ec894e23f97ad733 100644
(file)
--- 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