aboutsummaryrefslogtreecommitdiff
path: root/asn1crypto/pem.py
diff options
context:
space:
mode:
authorwbond <will@wbond.net>2015-10-08 09:47:34 -0400
committerwbond <will@wbond.net>2015-10-08 09:47:34 -0400
commit5cf77ba993aa0e326c1dd76dc37528d999454eaa (patch)
tree32cb579fe11cfe5b6a03ea64b2ba32757270aa35 /asn1crypto/pem.py
parent3a487a43806fd0d7a0cab50d7f0433daa9121813 (diff)
downloadasn1crypto-5cf77ba993aa0e326c1dd76dc37528d999454eaa.tar.gz
Import order cleanup
Diffstat (limited to 'asn1crypto/pem.py')
-rw-r--r--asn1crypto/pem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1crypto/pem.py b/asn1crypto/pem.py
index 2ee0088..8cb6024 100644
--- a/asn1crypto/pem.py
+++ b/asn1crypto/pem.py
@@ -11,9 +11,9 @@ Encoding DER to PEM and decoding PEM to DER. Exports the following items:
from __future__ import unicode_literals, division, absolute_import, print_function
-import sys
import base64
import re
+import sys
from ._errors import unwrap
from ._types import type_name, str_cls, byte_cls