From: Brian Warner <warner@lothar.com>
Date: Tue, 6 Nov 2007 08:32:39 +0000 (-0700)
Subject: test_mutable.py: hush pyflakes
X-Git-Tag: allmydata-tahoe-0.7.0~279
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/?a=commitdiff_plain;h=a431411418a0e777eba40d45418c013efe891b02;p=tahoe-lafs%2Ftahoe-lafs.git

test_mutable.py: hush pyflakes
---

diff --git a/src/allmydata/test/test_mutable.py b/src/allmydata/test/test_mutable.py
index c19abf16..ea5bb411 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 hashutil
 from allmydata.util.hashutil import netstring, tagged_hash
 from allmydata.encode import NotEnoughPeersError