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/envelope.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/commands/envelope.py') diff --git a/alot/commands/envelope.py b/alot/commands/envelope.py index 26271148..0280b303 100644 --- a/alot/commands/envelope.py +++ b/alot/commands/envelope.py @@ -9,7 +9,7 @@ from twisted.internet.defer import inlineCallbacks import datetime from alot.account import SendingMailFailed -from alot.db.errors import GPGProblem +from alot.errors import GPGProblem from alot import buffers from alot import commands from alot import crypto -- cgit v1.2.3