mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +00:00
use absolute import of 'allmydata.Crypto' rather than a relative import of just 'Crypto', to make it clear that we're using our own form rather than relying upon the system version
This commit is contained in:
parent
94b1840295
commit
9382d61208
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
from twisted.internet import defer
|
from twisted.internet import defer
|
||||||
from allmydata.chunk import HashTree, roundup_pow2
|
from allmydata.chunk import HashTree, roundup_pow2
|
||||||
from Crypto.Cipher import AES
|
from allmydata.Crypto.Cipher import AES
|
||||||
import sha
|
import sha
|
||||||
from allmydata.util import mathutil
|
from allmydata.util import mathutil
|
||||||
from allmydata.encode import PyRSEncoder
|
from allmydata.encode import PyRSEncoder
|
||||||
|
Loading…
Reference in New Issue
Block a user