summaryrefslogtreecommitdiff
path: root/pysnmp/proto/rfc1155.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/proto/rfc1155.py')
-rw-r--r--pysnmp/proto/rfc1155.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/proto/rfc1155.py b/pysnmp/proto/rfc1155.py
index fa7ab552..14f8745f 100644
--- a/pysnmp/proto/rfc1155.py
+++ b/pysnmp/proto/rfc1155.py
@@ -80,7 +80,7 @@ class ObjectName(univ.ObjectIdentifier):
pass
-class TypeCoercionHackMixIn: # XXX
+class TypeCoercionHackMixIn(object): # XXX
# Reduce ASN1 type check to simple tag check as SMIv2 objects may
# not be constraints-compatible with those used in SNMP PDU.
def _verifyComponent(self, idx, value, **kwargs):