summaryrefslogtreecommitdiff
path: root/pysnmp/proto/secmod/rfc3414/auth/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/proto/secmod/rfc3414/auth/base.py')
-rw-r--r--pysnmp/proto/secmod/rfc3414/auth/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/proto/secmod/rfc3414/auth/base.py b/pysnmp/proto/secmod/rfc3414/auth/base.py
index 9f842fe5..ba2d0c23 100644
--- a/pysnmp/proto/secmod/rfc3414/auth/base.py
+++ b/pysnmp/proto/secmod/rfc3414/auth/base.py
@@ -7,7 +7,7 @@
from pysnmp.proto import errind, error
-class AbstractAuthenticationService:
+class AbstractAuthenticationService(object):
serviceID = None
def hashPassphrase(self, authKey):