aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-08-25 10:23:56 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-08-25 23:33:29 +0200
commitba140915859e0335170638470e35d8d81862c7db (patch)
treee25957e441d04199360919862f15ceb510e4b850 /okupy/crypto/ciphers.py
parentMove OkupyError to okupy/__init__ (diff)
downloadidentity.gentoo.org-ba140915859e0335170638470e35d8d81862c7db.tar.gz
identity.gentoo.org-ba140915859e0335170638470e35d8d81862c7db.tar.bz2
identity.gentoo.org-ba140915859e0335170638470e35d8d81862c7db.zip
switch back to non-relative imports, they proved to be confusing
Diffstat (limited to 'okupy/crypto/ciphers.py')
-rw-r--r--okupy/crypto/ciphers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/okupy/crypto/ciphers.py b/okupy/crypto/ciphers.py
index 667d8d1..cdafba6 100644
--- a/okupy/crypto/ciphers.py
+++ b/okupy/crypto/ciphers.py
@@ -10,7 +10,7 @@ import Crypto.Random
import struct
-from .codecs import ub64encode, ub64decode
+from okupy.crypto.codecs import ub64encode, ub64decode
class OkupyCipher(object):