summaryrefslogtreecommitdiff
path: root/pysnmp/hlapi/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/hlapi/auth.py')
-rw-r--r--pysnmp/hlapi/auth.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pysnmp/hlapi/auth.py b/pysnmp/hlapi/auth.py
index 821c0c3a..baacb00a 100644
--- a/pysnmp/hlapi/auth.py
+++ b/pysnmp/hlapi/auth.py
@@ -16,7 +16,7 @@ __all__ = ['CommunityData', 'UsmUserData',
'usmNoPrivProtocol']
-class CommunityData:
+class CommunityData(object):
"""Creates SNMP v1/v2c configuration entry.
This object can be used by
@@ -143,7 +143,7 @@ usmAesCfb192Protocol = config.usmAesCfb192Protocol
usmAesCfb256Protocol = config.usmAesCfb256Protocol
-class UsmUserData:
+class UsmUserData(object):
"""Creates SNMP v3 User Security Model (USM) configuration entry.
This object can be used by