Python module imp is deprecated in favor of importlib
jafingerhut opened this issue · comments
Andy Fingerhut commented
For at least the last month or so I have gotten this warning message when running ptf
:
$ ptf --version
/usr/local/bin/ptf:19: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
ptf 0.1
Szymon Borkowski commented
I can confirm, that we are also experiencing this issue.
Andy Fingerhut commented
Closing this issue, since it is a duplicate of #187
Antonin Bas commented
Apologies for opening a duplicate issue. You should have closed mine :)