summaryrefslogtreecommitdiff
path: root/alot/errors.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-07-21 16:23:04 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-07-21 16:23:04 +0100
commit5e0741e33a5565ba7a3bdc01813f80cb4a24c0f8 (patch)
tree2e14a1fcafd5f9211dfe7a6343a9d73f2a94e858 /alot/errors.py
parent3cca629ba712ad3ad6b9f6ac86797248101434ab (diff)
pep8 and pyflakes fixes
Diffstat (limited to 'alot/errors.py')
-rw-r--r--alot/errors.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/errors.py b/alot/errors.py
index 00336fc8..881acf1f 100644
--- a/alot/errors.py
+++ b/alot/errors.py
@@ -1,6 +1,8 @@
# Copyright (C) 2011-2012 Patrick Totzke <patricktotzke@gmail.com>
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
+
+
class GPGProblem(Exception):
"""GPG Error"""
pass