mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
encode.py: fix pyflakes warning
This commit is contained in:
parent
5cbdc240e2
commit
dcf5abb51c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user