summaryrefslogtreecommitdiff
path: root/alot/commands/globals.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-05-13 11:15:28 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-05-13 11:15:28 +0100
commit8d12c4751d310d7b79bbda6f34c68ef0029873db (patch)
tree9666f7b5e7c47d42c13d327b7b3f8479b3dcf2cf /alot/commands/globals.py
parente47ee126ab7572387e7133e4bf34ba0d513878b6 (diff)
move alot.db.errors GPGProblem to alot.errors
to prevent circular imports and for consistency: This Exception is not related to the database abstraction layer.
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'