From f0fb96fd02a222c747e60ce7b82a08f7fa0c18a0 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Sun, 11 Dec 2016 13:34:21 +0100 Subject: Turn alot.errors.GPGCode into a new style class --- alot/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alot/errors.py b/alot/errors.py index e3acba8b..9860f411 100644 --- a/alot/errors.py +++ b/alot/errors.py @@ -3,7 +3,7 @@ # For further details see the COPYING file -class GPGCode: +class GPGCode(object): AMBIGUOUS_NAME = 1 NOT_FOUND = 2 BAD_PASSPHRASE = 3 -- cgit v1.2.3