mutable/publish.py: fix an unused import. refs #1542

This commit is contained in:
david-sarah 2011-09-24 22:22:06 -07:00
parent 7fb4d5f948
commit f72cba50ba

View File

@ -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