From: Zooko O'Whielacronx Date: Tue, 23 Sep 2008 19:26:10 +0000 (-0700) Subject: immutable: remove unused imports (thanks, pyflakes) X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=ff08bab0c436e54f68abb6ab55055005a4422cb9;p=tahoe-lafs%2Ftahoe-lafs.git immutable: remove unused imports (thanks, pyflakes) --- diff --git a/src/allmydata/immutable/filenode.py b/src/allmydata/immutable/filenode.py index da05e07d..7edfd358 100644 --- a/src/allmydata/immutable/filenode.py +++ b/src/allmydata/immutable/filenode.py @@ -1,8 +1,7 @@ from zope.interface import implements from twisted.internet import defer -from allmydata.interfaces import IFileNode, IFileURI, IURI, ICheckable -from allmydata import uri +from allmydata.interfaces import IFileNode, IFileURI, ICheckable from allmydata.immutable.checker import SimpleCHKFileChecker, \ SimpleCHKFileVerifier