hgext/gpg.py
changeset 8778 c5f36402daad
parent 8706 25e9c71b89de
child 8808 38305de95f1d
--- a/hgext/gpg.py	Wed Jun 10 03:20:20 2009 +0200
+++ b/hgext/gpg.py	Wed Jun 10 15:10:21 2009 +0200
@@ -10,7 +10,7 @@
 from mercurial import node as hgnode
 from mercurial.i18n import _
 
-class gpg:
+class gpg(object):
     def __init__(self, path, key=None):
         self.path = path
         self.key = (key and " --local-user \"%s\"" % key) or ""