aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-19 09:56:06 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-19 09:56:06 -0700
commit107a14bfb39f73c4cae989fce38a20e725517d79 (patch)
treece2e01f78e0d3d4871ed976acc01481a636884e4
parentb4b54558779bb2a41998dc03400fb6c91004aa4a (diff)
downloadcryptography-107a14bfb39f73c4cae989fce38a20e725517d79.tar.gz
cryptography-107a14bfb39f73c4cae989fce38a20e725517d79.tar.bz2
cryptography-107a14bfb39f73c4cae989fce38a20e725517d79.zip
Alphebetize these things.
-rw-r--r--cryptography/bindings/openssl/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/bindings/openssl/api.py b/cryptography/bindings/openssl/api.py
index 6d3c82eb..dd954b01 100644
--- a/cryptography/bindings/openssl/api.py
+++ b/cryptography/bindings/openssl/api.py
@@ -41,8 +41,8 @@ class API(object):
"rand",
"rsa",
"ssl",
+ "x509",
"x509name",
- "x509"
]
def __init__(self):