On 3/22/23 14:07, Eelco Chaudron wrote: > > > On 21 Mar 2023, at 14:56, Mike Pattrick wrote: > >> Prior to v37.0.0, CryptographyDeprecationWarning could not be imported >> from __init__.py resulting in: >> >> Traceback (most recent call last): >> File "mfex_fuzzy.py", line 9, in <module> >> category=cryptography.CryptographyDeprecationWarning, >> AttributeError: module 'cryptography' has no attribute >> 'CryptographyDeprecationWarning' >> >> This import was only added to __init__ to deprecate python3.6. Importing >> the exception from cryptography.utils is the compatible option. >> >> Signed-off-by: Mike Pattrick <[email protected]> > > Change looks good to me. > > Acked-by: Eelco Chaudron <[email protected]>
Applied. Thanks! Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
