gugug 5678d7dd98 Use importlib to take place of imp module
The imp module is deprecated[1] since version 3.4, use importlib to
instead

[1]: https://docs.python.org/3/library/imp.html

Change-Id: I80880417abc8955a53fdfcab93f27b4bef2ddb11
2020-09-04 02:22:07 +00:00
..