summaryrefslogtreecommitdiff
path: root/alot/errors.py
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2016-12-11 13:34:21 +0100
committerLucas Hoffmann <l-m-h@web.de>2016-12-14 08:32:11 +0100
commitf0fb96fd02a222c747e60ce7b82a08f7fa0c18a0 (patch)
tree673d69ff98771d93cbd2d4a5738f5d830cf922cd /alot/errors.py
parent00c7d41e80b24aa7a146440ce7bd996df4358a64 (diff)
Turn alot.errors.GPGCode into a new style class
Diffstat (limited to 'alot/errors.py')
-rw-r--r--alot/errors.py2
1 files changed, 1 insertions, 1 deletions
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