summaryrefslogtreecommitdiff
path: root/pysnmp/proto/rfc1902.py
diff options
context:
space:
mode:
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 b284140..08e64ab 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.