summaryrefslogtreecommitdiff
path: root/alot/commands/globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/globals.py')
-rw-r--r--alot/commands/globals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/globals.py b/alot/commands/globals.py
index 8fafe2cb..a4f2fdf3 100644
--- a/alot/commands/globals.py
+++ b/alot/commands/globals.py
@@ -24,7 +24,7 @@ from alot.completion import AccountCompleter
from alot.db.envelope import Envelope
from alot import commands
from alot.settings import settings
-from alot.db.errors import GPGProblem
+from alot.errors import GPGProblem
MODE = 'global'