mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
encode.py: remove an unused import
This commit is contained in:
parent
0ecb26ec44
commit
03fbee6ade
@ -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, roundup_pow2
|
from allmydata.hashtree import HashTree
|
||||||
from allmydata.Crypto.Cipher import AES
|
from allmydata.Crypto.Cipher import AES
|
||||||
from allmydata.util import mathutil, hashutil
|
from allmydata.util import mathutil, hashutil
|
||||||
from allmydata.util.assertutil import _assert
|
from allmydata.util.assertutil import _assert
|
||||||
|
Loading…
Reference in New Issue
Block a user