diff --git a/installer.py b/installer.py index 3edb2e2e7..480c54e83 100644 --- a/installer.py +++ b/installer.py @@ -10,7 +10,8 @@ import logging import platform import subprocess import cProfile -import importlib # pylint: disable=deprecated-module +import importlib +import importlib.util class Dot(dict): # dot notation access to dictionary attributes