You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under Python 3.4, importing the twofish module yields the following warning when developer warnings are enabled (e.g. when running unit tests through the unittest module):
PendingDeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
PendingDeprecationWarning)
The text was updated successfully, but these errors were encountered:
Under Python 3.4, importing the twofish module yields the following warning when developer warnings are enabled (e.g. when running unit tests through the
unittest
module):The text was updated successfully, but these errors were encountered: