summaryrefslogtreecommitdiff
path: root/pysnmp/proto/rfc1905.py
diff options
context:
space:
mode:
authorelie <elie>2011-11-06 20:37:09 +0000
committerelie <elie>2011-11-06 20:37:09 +0000
commitf0406dd01c46230ebbcd4f8c4a47fdbc270e64ef (patch)
treecae924c26bc40e6caafde18e657ab7fbb8794bbe /pysnmp/proto/rfc1905.py
parent6781949a085961ff2eb6f4603a52249e99c4ce7d (diff)
downloadpysnmp-git-f0406dd01c46230ebbcd4f8c4a47fdbc270e64ef.tar.gz
major overhawl aimed at Python 2.4 through 3.2 compatibility
Diffstat (limited to 'pysnmp/proto/rfc1905.py')
-rw-r--r--pysnmp/proto/rfc1905.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/proto/rfc1905.py b/pysnmp/proto/rfc1905.py
index b44aa5a8..e35c6a29 100644
--- a/pysnmp/proto/rfc1905.py
+++ b/pysnmp/proto/rfc1905.py
@@ -2,7 +2,7 @@ from pyasn1.type import univ, tag, constraint, namedtype, namedval
from pysnmp.proto import rfc1902
# Value reference -- max bindings in VarBindList
-max_bindings = rfc1902.Integer(2147483647L)
+max_bindings = rfc1902.Integer(2147483647)
# Take SNMP exception values out of BindValue structure for convenience