summaryrefslogtreecommitdiff
path: root/alot/commands/envelope.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/envelope.py')
-rw-r--r--alot/commands/envelope.py2
1 files changed, 1 insertions, 1 deletions
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