aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorErik Trauschke <erik.trauschke@gmail.com>2015-10-14 09:23:41 -0700
committerErik Trauschke <erik.trauschke@gmail.com>2015-10-14 09:23:41 -0700
commit164bae538cfe5fcb320ebe5ee7e080598ad7ec5f (patch)
tree3e3ccbab9454c878c826240b4cf0c42506fb1fcc /src
parent77f5a2560a2c637364467a5f74b60a0e70e177f9 (diff)
downloadcryptography-164bae538cfe5fcb320ebe5ee7e080598ad7ec5f.tar.gz
cryptography-164bae538cfe5fcb320ebe5ee7e080598ad7ec5f.tar.bz2
cryptography-164bae538cfe5fcb320ebe5ee7e080598ad7ec5f.zip
import fix
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/x509/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptography/x509/__init__.py b/src/cryptography/x509/__init__.py
index 697df6f2..6438da9c 100644
--- a/src/cryptography/x509/__init__.py
+++ b/src/cryptography/x509/__init__.py
@@ -28,8 +28,8 @@ from cryptography.x509.general_name import (
)
from cryptography.x509.name import Name, NameAttribute
from cryptography.x509.oid import (
- AuthorityInformationAccessOID, RevokedExtensionOID, CertificatePoliciesOID,
- ExtendedKeyUsageOID, ExtensionOID, NameOID, ObjectIdentifier,
+ AuthorityInformationAccessOID, CertificatePoliciesOID, ExtendedKeyUsageOID,
+ ExtensionOID, NameOID, ObjectIdentifier, RevokedExtensionOID,
SignatureAlgorithmOID, _SIG_OIDS_TO_HASH
)