This repository was archived by the owner on Jan 22, 2025. It is now read-only.
PendingDeprecationWarning: the imp module is deprecated in favour of importlib #4
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels