From d3c1880a60ddd8ded397d92cddf310a948b97fdc Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 16 Mar 2013 17:39:56 +0000 Subject: pep8/pyflakes fixes --- alot/errors.py | 1 + 1 file changed, 1 insertion(+) (limited to 'alot/errors.py') 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 -- cgit v1.2.3