]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
use absolute import of 'allmydata.Crypto' rather than a relative import of just ...
authorBrian Warner <warner@allmydata.com>
Sat, 6 Jan 2007 04:12:26 +0000 (21:12 -0700)
committerBrian Warner <warner@allmydata.com>
Sat, 6 Jan 2007 04:12:26 +0000 (21:12 -0700)
src/allmydata/encode_new.py

index 3c136b28e00ae53d58dbc239dc44a3913a861587..ec6fd66c6627b2896ff1cd70ddaf779327d83cd5 100644 (file)
@@ -2,7 +2,7 @@
 
 from twisted.internet import defer
 from allmydata.chunk import HashTree, roundup_pow2
-from Crypto.Cipher import AES
+from allmydata.Crypto.Cipher import AES
 import sha
 from allmydata.util import mathutil
 from allmydata.encode import PyRSEncoder