From: Brian Warner Date: Wed, 19 Dec 2007 01:37:22 +0000 (-0700) Subject: hush pyflakes X-Git-Url: https://git.rkrishnan.org/pf/content/en/seg/%22news.html/?a=commitdiff_plain;h=318b63fbc79b4fd81bf5f69b38f30fcdabfae625;p=tahoe-lafs%2Ftahoe-lafs.git hush pyflakes --- diff --git a/src/allmydata/test/test_uri.py b/src/allmydata/test/test_uri.py index 3151dc9b..4a13d204 100644 --- a/src/allmydata/test/test_uri.py +++ b/src/allmydata/test/test_uri.py @@ -4,7 +4,6 @@ from allmydata import uri from allmydata.util import hashutil from allmydata.interfaces import IURI, IFileURI, IDirnodeURI, IMutableFileURI, \ IVerifierURI -from foolscap.schema import Violation class Literal(unittest.TestCase): def _help_test(self, data): diff --git a/src/allmydata/uri.py b/src/allmydata/uri.py index 962091c6..46921cd2 100644 --- a/src/allmydata/uri.py +++ b/src/allmydata/uri.py @@ -5,7 +5,6 @@ from twisted.python.components import registerAdapter from allmydata.util import idlib, hashutil from allmydata.interfaces import IURI, IDirnodeURI, IFileURI, IVerifierURI, \ IMutableFileURI, INewDirectoryURI, IReadonlyNewDirectoryURI -import foolscap # the URI shall be an ascii representation of the file. It shall contain # enough information to retrieve and validate the contents. It shall be