Closed dyuri closed 4 years ago
I get DeprecationWarning when using scrypt:
scrypt
scrypt.py:3: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
So I've replaced imp with importlib.
imp
importlib
Ah sorry, I have not checked my change with python 2, importlib does not have this feature there.
I get DeprecationWarning when using
scrypt
:So I've replaced
imp
withimportlib
.