[core] fix importlib.util error
add explicit import of importlib.util fixes #962
This commit is contained in:
parent
b750d96a72
commit
2e1289f778
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
import os
|
import os
|
||||||
import importlib
|
import importlib
|
||||||
|
import importlib.util
|
||||||
import logging
|
import logging
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue