From fe748a7f47fb61d46dd88c270c2329e6ff19a895 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Thu, 14 Jul 2016 14:18:48 +0200 Subject: Clean up imports - use relative imports if possible - group imports into standard library, third party, and alot modules - sort imports alphabetically --- alot/crypto.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'alot/crypto.py') 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): -- cgit v1.2.3