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/errors.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 alot/errors.py (limited to 'alot/errors.py') diff --git a/alot/errors.py b/alot/errors.py new file mode 100644 index 00000000..29283a45 --- /dev/null +++ b/alot/errors.py @@ -0,0 +1,3 @@ +class GPGProblem(Exception): + """GPG Error""" + pass -- cgit v1.2.3