aboutsummaryrefslogtreecommitdiff
path: root/pyasn1_modules/rfc1155.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyasn1_modules/rfc1155.py')
-rw-r--r--pyasn1_modules/rfc1155.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/pyasn1_modules/rfc1155.py b/pyasn1_modules/rfc1155.py
index 4980a38..69c160e 100644
--- a/pyasn1_modules/rfc1155.py
+++ b/pyasn1_modules/rfc1155.py
@@ -12,7 +12,10 @@
# Sample captures from:
# http://wiki.wireshark.org/SampleCaptures/
#
-from pyasn1.type import univ, namedtype, tag, constraint
+from pyasn1.type import constraint
+from pyasn1.type import namedtype
+from pyasn1.type import tag
+from pyasn1.type import univ
class ObjectName(univ.ObjectIdentifier):