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/db/errors.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'alot/db/errors.py') 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 -- cgit v1.2.3