summaryrefslogtreecommitdiff
path: root/alot/crypto.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/crypto.py')
-rw-r--r--alot/crypto.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/alot/crypto.py b/alot/crypto.py
index 8efd0254..dc9a0077 100644
--- a/alot/crypto.py
+++ b/alot/crypto.py
@@ -2,10 +2,9 @@
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
import os
-
from cStringIO import StringIO
-from alot.errors import GPGProblem, GPGCode
import gpgme
+from .errors import GPGProblem, GPGCode
def _hash_algo_name(hash_algo):