diff options
| author | Donald Stufft <donald@stufft.io> | 2013-08-10 12:50:14 -0700 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2013-08-10 12:50:14 -0700 |
| commit | 9464859d6b57bb09ab119c90a4c98fcc635fa885 (patch) | |
| tree | ce28b873247c0c84c5e9e99b2c8f8145045a6a28 /cryptography | |
| parent | 2416c01a24eae37689551a05c9f7f6ad366955ea (diff) | |
| parent | a2871c774dd793f5264c1c530a36b10824c435db (diff) | |
| download | cryptography-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
Diffstat (limited to 'cryptography')
| -rw-r--r-- | cryptography/bindings/openssl/__init__.py | 2 |
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"] |
