summaryrefslogtreecommitdiff
path: root/pysnmp/proto/rfc1902.py
diff options
context:
space:
mode:
authorelie <elie>2015-09-20 18:40:58 +0000
committerelie <elie>2015-09-20 18:40:58 +0000
commitc8b8797cacf4a1e0756f04f9c2eedeff59f42a72 (patch)
tree5b7a2f8a2ab5cfcf47a8cc2bcfe4794a59cc4bc6 /pysnmp/proto/rfc1902.py
parente8d1acbf63b51f9905bc178479092425d14a01dd (diff)
downloadpysnmp-git-c8b8797cacf4a1e0756f04f9c2eedeff59f42a72.tar.gz
major revamp:
* oneliner API moved to pysnmp.hlapi.asyncore location * all hlapi components now pulled from inner modules to into pysnmp.hlapi.asyncore. * LCD configuration moved from SNMP apps classes to be stand-alone * var-binds MIB<->protocol representation code moved from SNMP apps classes to be stand-alone
Diffstat (limited to 'pysnmp/proto/rfc1902.py')
-rw-r--r--pysnmp/proto/rfc1902.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pysnmp/proto/rfc1902.py b/pysnmp/proto/rfc1902.py
index b2841402..08e64ab5 100644
--- a/pysnmp/proto/rfc1902.py
+++ b/pysnmp/proto/rfc1902.py
@@ -1,6 +1,10 @@
from pyasn1.type import univ, tag, constraint, namedtype, namedval
from pysnmp.proto import rfc1155, error
+__all__ = ['Opaque', 'TimeTicks', 'Bits', 'Integer', 'OctetString',
+ 'IpAddress', 'Counter64', 'Unsigned32', 'Gauge32', 'Integer32',
+ 'ObjectIdentifier', 'Counter32']
+
class Integer32(univ.Integer):
"""Creates an instance of SNMP Integer32 class.