From 8d12c4751d310d7b79bbda6f34c68ef0029873db Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 13 May 2012 11:15:28 +0100 Subject: 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. --- alot/commands/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/commands/globals.py') 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' -- cgit v1.2.3