aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPredrag Gruevski <predrag@kensho.com>2015-09-21 21:53:49 -0400
committerPredrag Gruevski <predrag@kensho.com>2015-09-23 10:41:59 -0400
commit3899539efdf5c3cc9ef31a852d486244ddd21bad (patch)
tree08419946763e8e4dc7d593c5594ab24c39bb3c9f /src
parent57f3b3fdc5056d85946b2b9ca89e1b8f88cb8ff8 (diff)
downloadcryptography-3899539efdf5c3cc9ef31a852d486244ddd21bad.tar.gz
cryptography-3899539efdf5c3cc9ef31a852d486244ddd21bad.tar.bz2
cryptography-3899539efdf5c3cc9ef31a852d486244ddd21bad.zip
Made import order alphabetical.
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/x509/extensions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/x509/extensions.py b/src/cryptography/x509/extensions.py
index 6f3cad6d..cd75ecdc 100644
--- a/src/cryptography/x509/extensions.py
+++ b/src/cryptography/x509/extensions.py
@@ -15,7 +15,7 @@ from pyasn1.type import namedtype, univ
import six
from cryptography import utils
-from cryptography.hazmat.primitives import serialization, constant_time
+from cryptography.hazmat.primitives import constant_time, serialization
from cryptography.x509.general_name import GeneralName, IPAddress, OtherName
from cryptography.x509.name import Name
from cryptography.x509.oid import (