From: Brian Warner <warner@lothar.com>
Date: Sun, 28 Aug 2011 07:42:54 +0000 (-0700)
Subject: hush pyflakes
X-Git-Tag: allmydata-tahoe-1.9.0a2~74
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/using.html?a=commitdiff_plain;h=9f827ffa7bcc1c47c0665430409fefc989e221dc;p=tahoe-lafs%2Ftahoe-lafs.git

hush pyflakes
---

diff --git a/src/allmydata/scripts/debug.py b/src/allmydata/scripts/debug.py
index 154e132e..7557211d 100644
--- a/src/allmydata/scripts/debug.py
+++ b/src/allmydata/scripts/debug.py
@@ -307,7 +307,6 @@ def dump_SDMF_share(m, length, options):
 
 def dump_MDMF_share(m, length, options):
     from allmydata.mutable.layout import MDMFSlotReadProxy
-    from allmydata.mutable.common import NeedMoreDataError
     from allmydata.util import base32, hashutil
     from allmydata.uri import MDMFVerifierURI
     from allmydata.util.encodingutil import quote_output, to_str