diff --git a/thefuck/conf.py b/thefuck/conf.py index 611ec84b..5e599bc8 100644 --- a/thefuck/conf.py +++ b/thefuck/conf.py @@ -14,7 +14,7 @@ try: module_spec.loader.exec_module(module) return module except ImportError: - from imp import load_source + from importlib import load_source class Settings(dict):