From: Brian Warner Date: Thu, 7 Jun 2007 09:56:16 +0000 (-0700) Subject: encode.py: fix pyflakes warning X-Git-Tag: allmydata-tahoe-0.3.0~26 X-Git-Url: https://git.rkrishnan.org/listings/index.php?a=commitdiff_plain;h=dcf5abb51c065830b108c948e76c1a9367354818;p=tahoe-lafs%2Ftahoe-lafs.git encode.py: fix pyflakes warning --- diff --git a/src/allmydata/encode.py b/src/allmydata/encode.py index 14d1804b..a5200459 100644 --- a/src/allmydata/encode.py +++ b/src/allmydata/encode.py @@ -3,7 +3,7 @@ from zope.interface import implements from twisted.internet import defer from twisted.python import log -from allmydata.hashtree import HashTree, IncompleteHashTree, \ +from allmydata.hashtree import HashTree, \ block_hash, thingA_hash, plaintext_hash, crypttext_hash from allmydata.Crypto.Cipher import AES from allmydata.util import mathutil, bencode