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 3ff8778f..1c019aea 100644
--- a/pysnmp/proto/secmod/rfc3414/auth/base.py
+++ b/pysnmp/proto/secmod/rfc3414/auth/base.py
@@ -8,7 +8,7 @@ from pysnmp.proto import errind, error
class AbstractAuthenticationService(object):
- serviceID = None
+ SERVICE_ID = None
def hashPassphrase(self, authKey):
raise error.ProtocolError(errind.noAuthentication)