From: Kevan Carstensen Date: Sun, 7 Aug 2011 00:45:14 +0000 (-0700) Subject: immutable/filenode: fix pyflakes warnings X-Git-Tag: trac-5200~11 X-Git-Url: https://git.rkrishnan.org/module-simplejson.encoder.html?a=commitdiff_plain;h=c413a8fae1e7c7fb8c266b5ab3502c27ec2496c7;p=tahoe-lafs%2Ftahoe-lafs.git immutable/filenode: fix pyflakes warnings --- diff --git a/src/allmydata/immutable/filenode.py b/src/allmydata/immutable/filenode.py index 0ac47a6c..f0bbad80 100644 --- a/src/allmydata/immutable/filenode.py +++ b/src/allmydata/immutable/filenode.py @@ -8,12 +8,8 @@ from twisted.internet import defer from allmydata import uri from twisted.internet.interfaces import IConsumer -from twisted.protocols import basic -from foolscap.api import eventually -from allmydata.interfaces import IImmutableFileNode, ICheckable, \ - IDownloadTarget, IUploadResults -from allmydata.util import dictutil, log, base32, consumer -from allmydata.immutable.checker import Checker +from allmydata.interfaces import IImmutableFileNode, IUploadResults +from allmydata.util import consumer from allmydata.check_results import CheckResults, CheckAndRepairResults from allmydata.util.dictutil import DictOfSets from pycryptopp.cipher.aes import AES