aboutsummaryrefslogtreecommitdiff
path: root/pyasn1_modules/rfc1902.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyasn1_modules/rfc1902.py')
-rw-r--r--pyasn1_modules/rfc1902.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/pyasn1_modules/rfc1902.py b/pyasn1_modules/rfc1902.py
index 5e9307e..7e815d2 100644
--- a/pyasn1_modules/rfc1902.py
+++ b/pyasn1_modules/rfc1902.py
@@ -9,7 +9,10 @@
# ASN.1 source from:
# http://www.ietf.org/rfc/rfc1902.txt
#
-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 Integer(univ.Integer):