diff options
Diffstat (limited to 'cryptography/bindings/openssl/__init__.py')
-rw-r--r-- | cryptography/bindings/openssl/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cryptography/bindings/openssl/__init__.py b/cryptography/bindings/openssl/__init__.py index 103b1db0..cfe2e665 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.api import api +from cryptography.bindings.openssl.backend import backend -__all__ = ["api"] +__all__ = ["backend"] |