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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pysnmp/proto/rfc1155.py b/pysnmp/proto/rfc1155.py
index 6f67f0a..4fb9aec 100644
--- a/pysnmp/proto/rfc1155.py
+++ b/pysnmp/proto/rfc1155.py
@@ -2,6 +2,9 @@ from pyasn1.type import univ, tag, constraint, namedtype
from pyasn1.error import PyAsn1Error
from pysnmp.proto import error
+__all__ = ['Opaque', 'NetworkAddress', 'ObjectName', 'TimeTicks',
+ 'Counter', 'Gauge', 'IpAddress']
+
class IpAddress(univ.OctetString):
tagSet = univ.OctetString.tagSet.tagImplicitly(
tag.Tag(tag.tagClassApplication, tag.tagFormatSimple, 0x00)