mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 09:39:01 +00:00
Merge 95dd51859e72440ba8a77018e085e942fb7a7ea0 into c7e7e1d884d3bb241ea6448f72a989434c2a35ec
This commit is contained in:
commit
a0892bf34a
@ -14,7 +14,8 @@ 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
|
# This block is no longer needed if importlib.util is always available.
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class Settings(dict):
|
class Settings(dict):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user