summaryrefslogtreecommitdiff
path: root/alot/db/errors.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/db/errors.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/db/errors.py')
-rw-r--r--alot/db/errors.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/alot/db/errors.py b/alot/db/errors.py
index 062a0f6c..eb1a56d7 100644
--- a/alot/db/errors.py
+++ b/alot/db/errors.py
@@ -16,7 +16,3 @@ class NonexistantObjectError(DatabaseError):
"""requested thread or message does not exist in the index"""
pass
-
-class GPGProblem(Exception):
- """A GPG occured while constructing your mail"""
- pass