-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
The imp module is deprecated and needs replacing with importlib:
DeprecationWarning: the imp module is deprecated in favour of importlib;
see the module's documentation for alternative uses
import imp
This is a bit more involved than just a straight replacement. This may help: https://stackoverflow.com/questions/67631/how-to-import-a-module-given-the-full-path
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels