summaryrefslogtreecommitdiff
path: root/pysnmp/proto/rfc1157.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/proto/rfc1157.py')
-rw-r--r--pysnmp/proto/rfc1157.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pysnmp/proto/rfc1157.py b/pysnmp/proto/rfc1157.py
index 4483cf1..6fd1643 100644
--- a/pysnmp/proto/rfc1157.py
+++ b/pysnmp/proto/rfc1157.py
@@ -1,6 +1,9 @@
from pyasn1.type import univ, tag, namedtype, namedval
from pysnmp.proto import rfc1155
+__all__ = ['GetNextRequestPDU', 'GetResponsePDU', 'SetRequestPDU',
+ 'TrapPDU', 'GetRequestPDU']
+
class VarBind(univ.Sequence):
componentType = namedtype.NamedTypes(
namedtype.NamedType('name', rfc1155.ObjectName()),