aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-10 15:44:43 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-10 15:44:43 -0400
commita2871c774dd793f5264c1c530a36b10824c435db (patch)
treece28b873247c0c84c5e9e99b2c8f8145045a6a28
parent2416c01a24eae37689551a05c9f7f6ad366955ea (diff)
downloadcryptography-a2871c774dd793f5264c1c530a36b10824c435db.tar.gz
cryptography-a2871c774dd793f5264c1c530a36b10824c435db.tar.bz2
cryptography-a2871c774dd793f5264c1c530a36b10824c435db.zip
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"]