From: Brian Warner Date: Mon, 5 Nov 2007 07:41:53 +0000 (-0700) Subject: test_mutable: hush pyflakes warning X-Git-Tag: allmydata-tahoe-0.7.0~287 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=95a3da92fe42d40d417367957e46f94d6ecfee6c;p=tahoe-lafs%2Ftahoe-lafs.git test_mutable: hush pyflakes warning --- diff --git a/src/allmydata/test/test_mutable.py b/src/allmydata/test/test_mutable.py index 8a94c4b5..e8cc516f 100644 --- a/src/allmydata/test/test_mutable.py +++ b/src/allmydata/test/test_mutable.py @@ -5,7 +5,6 @@ from twisted.internet import defer from twisted.python import failure from allmydata import mutable, uri, dirnode2 from allmydata.dirnode2 import split_netstring -from allmydata.util import idlib from allmydata.util.hashutil import netstring, tagged_hash from allmydata.encode import NotEnoughPeersError