我的一些代码使用现已弃用的imp包来查找模块
toolboxFile, toolboxPath, toolboxDescription = imp.find_module("Tools")
使用包importlib获得相同结果的等效函数或代码是什么?
python python-3.x
python ×1
python-3.x ×1