From: david-sarah Date: Sun, 25 Sep 2011 05:22:06 +0000 (-0700) Subject: mutable/publish.py: fix an unused import. refs #1542 X-Git-Tag: allmydata-tahoe-1.9.0a2~3 X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=f72cba50ba8f5858db904817710e5fe4ad7a4afb mutable/publish.py: fix an unused import. refs #1542 --- diff --git a/src/allmydata/mutable/publish.py b/src/allmydata/mutable/publish.py index 036bf51d..87854cba 100644 --- a/src/allmydata/mutable/publish.py +++ b/src/allmydata/mutable/publish.py @@ -22,7 +22,7 @@ from allmydata.mutable.layout import get_version_from_checkstring,\ unpack_mdmf_checkstring, \ unpack_sdmf_checkstring, \ MDMFSlotWriteProxy, \ - SDMFSlotWriteProxy, MDMFCHECKSTRING + SDMFSlotWriteProxy KiB = 1024 DEFAULT_MAX_SEGMENT_SIZE = 128 * KiB