summaryrefslogtreecommitdiff
path: root/alot/errors.py
diff options
context:
space:
mode:
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