From: Brian Warner <warner@allmydata.com>
Date: Wed, 17 Jan 2007 04:34:34 +0000 (-0700)
Subject: hush pyflakes warnings
X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~360
X-Git-Url: https://git.rkrishnan.org/Site/Content/Exhibitors/module-simplejson.tests.html?a=commitdiff_plain;h=18ec38acf02030a4cd2a61b73c008e5ca5d09483;p=tahoe-lafs%2Ftahoe-lafs.git

hush pyflakes warnings
---

diff --git a/src/allmydata/test/test_upload.py b/src/allmydata/test/test_upload.py
index 1e7bb9a0..c2e92f63 100644
--- a/src/allmydata/test/test_upload.py
+++ b/src/allmydata/test/test_upload.py
@@ -3,7 +3,7 @@ from twisted.trial import unittest
 from twisted.internet import defer
 from cStringIO import StringIO
 
-from allmydata import upload, download
+from allmydata import upload
 from allmydata.uri import unpack_uri
 
 class StringBucketProxy:
diff --git a/src/allmydata/uri.py b/src/allmydata/uri.py
index 5ddaebd6..3a96d2c1 100644
--- a/src/allmydata/uri.py
+++ b/src/allmydata/uri.py
@@ -1,5 +1,5 @@
 
-from allmydata.util import bencode, idlib
+from allmydata.util import idlib
 
 # the URI shall be an ascii representation of the file. It shall contain
 # enough information to retrieve and validate the contents. It shall be