aboutsummaryrefslogtreecommitdiff
path: root/pyasn1_modules/rfc2437.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyasn1_modules/rfc2437.py')
-rw-r--r--pyasn1_modules/rfc2437.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/pyasn1_modules/rfc2437.py b/pyasn1_modules/rfc2437.py
index 678d92d..4e4113f 100644
--- a/pyasn1_modules/rfc2437.py
+++ b/pyasn1_modules/rfc2437.py
@@ -11,7 +11,10 @@
#
# Sample captures could be obtained with "openssl genrsa" command
#
-from pyasn1.type import tag, namedtype, univ
+from pyasn1.type import namedtype
+from pyasn1.type import tag
+from pyasn1.type import univ
+
from pyasn1_modules.rfc2459 import AlgorithmIdentifier
pkcs_1 = univ.ObjectIdentifier('1.2.840.113549.1.1')