the imp module has been deprecated since Python 3.4. Please consider moving to importlib.
/usr/lib/python3/dist-packages/binwalk/core/plugin.py:4
/usr/lib/python3/dist-packages/binwalk/core/plugin.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
The text was updated successfully, but these errors were encountered:
Hi,
the
impmodule has been deprecated since Python 3.4. Please consider moving to importlib.The text was updated successfully, but these errors were encountered: