diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-10 15:44:43 -0400 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-10 15:44:43 -0400 |
| commit | a2871c774dd793f5264c1c530a36b10824c435db (patch) | |
| tree | ce28b873247c0c84c5e9e99b2c8f8145045a6a28 /cryptography | |
| parent | 2416c01a24eae37689551a05c9f7f6ad366955ea (diff) | |
| download | cryptography-a2871c774dd793f5264c1c530a36b10824c435db.tar.gz cryptography-a2871c774dd793f5264c1c530a36b10824c435db.tar.bz2 cryptography-a2871c774dd793f5264c1c530a36b10824c435db.zip | |
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"] |
