glideinWMS / glideinwms

The glideinWMS Project
http://tinyurl.com/glideinwms
Apache License 2.0
16 stars 46 forks source link

Update M2Crypto imports #377

Closed BrunoCoimbra closed 11 months ago

BrunoCoimbra commented 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