encode.py: fix pyflakes warning

This commit is contained in:
Brian Warner 2007-06-07 02:56:16 -07:00
parent 5cbdc240e2
commit dcf5abb51c

View File

@ -3,7 +3,7 @@
from zope.interface import implements from zope.interface import implements
from twisted.internet import defer from twisted.internet import defer
from twisted.python import log from twisted.python import log
from allmydata.hashtree import HashTree, IncompleteHashTree, \ from allmydata.hashtree import HashTree, \
block_hash, thingA_hash, plaintext_hash, crypttext_hash block_hash, thingA_hash, plaintext_hash, crypttext_hash
from allmydata.Crypto.Cipher import AES from allmydata.Crypto.Cipher import AES
from allmydata.util import mathutil, bencode from allmydata.util import mathutil, bencode