mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 09:39:01 +00:00
Update conf.py to e
This commit is contained in:
parent
c7e7e1d884
commit
9a460bc2fb
@ -14,7 +14,7 @@ try:
|
|||||||
module_spec.loader.exec_module(module)
|
module_spec.loader.exec_module(module)
|
||||||
return module
|
return module
|
||||||
except ImportError:
|
except ImportError:
|
||||||
from imp import load_source
|
from importlib import load_source
|
||||||
|
|
||||||
|
|
||||||
class Settings(dict):
|
class Settings(dict):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user