summaryrefslogtreecommitdiff
path: root/alot/errors.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-03-16 17:39:56 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2013-03-16 17:39:56 +0000
commitd3c1880a60ddd8ded397d92cddf310a948b97fdc (patch)
tree7835ba12b1ad9a345c20be46baeda72b8c2a7549 /alot/errors.py
parentd811fd566e82f4df85456f5639ab8aae7f517531 (diff)
pep8/pyflakes fixes
Diffstat (limited to 'alot/errors.py')
-rw-r--r--alot/errors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alot/errors.py b/alot/errors.py
index a4169c3c..ce88f38e 100644
--- a/alot/errors.py
+++ b/alot/errors.py
@@ -2,6 +2,7 @@
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
+
class GPGCode:
AMBIGUOUS_NAME = 1
NOT_FOUND = 2