Closed BrunoCoimbra closed 11 months ago
This PR updates M2Crypto imports for compatibility with newer versions of the package. These changes do not affect compatibility with older versions.
Since version 0.40.0 M2Crypto changed the behavior of __init__.py, and now it doesn't include all modules when importing the top-level package. Modules should now be imported explicitly. https://gitlab.com/m2crypto/m2crypto/-/blob/master/CHANGES#L24-27
__init__.py
This PR updates M2Crypto imports for compatibility with newer versions of the package. These changes do not affect compatibility with older versions.
Since version 0.40.0 M2Crypto changed the behavior of
__init__.py
, and now it doesn't include all modules when importing the top-level package. Modules should now be imported explicitly. https://gitlab.com/m2crypto/m2crypto/-/blob/master/CHANGES#L24-27