aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-08-10 12:50:14 -0700
committerDonald Stufft <donald@stufft.io>2013-08-10 12:50:14 -0700
commit9464859d6b57bb09ab119c90a4c98fcc635fa885 (patch)
treece28b873247c0c84c5e9e99b2c8f8145045a6a28
parent2416c01a24eae37689551a05c9f7f6ad366955ea (diff)
parenta2871c774dd793f5264c1c530a36b10824c435db (diff)
downloadcryptography-9464859d6b57bb09ab119c90a4c98fcc635fa885.tar.gz
cryptography-9464859d6b57bb09ab119c90a4c98fcc635fa885.tar.bz2
cryptography-9464859d6b57bb09ab119c90a4c98fcc635fa885.zip
Merge pull request #33 from alex/api-val
Make api poitn to the right object
-rw-r--r--cryptography/bindings/openssl/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/bindings/openssl/__init__.py b/cryptography/bindings/openssl/__init__.py
index 6c803fbc..103b1db0 100644
--- a/cryptography/bindings/openssl/__init__.py
+++ b/cryptography/bindings/openssl/__init__.py
@@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from cryptography.bindings.openssl import api
+from cryptography.bindings.openssl.api import api
__all__ = ["api"]