aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/_imp.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/_imp.py')
-rw-r--r--setuptools/_imp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/_imp.py b/setuptools/_imp.py
index c400d455..cee91551 100644
--- a/setuptools/_imp.py
+++ b/setuptools/_imp.py
@@ -73,4 +73,4 @@ def _resolve(spec):
def get_module(module, paths, info):
spec = importlib.util.find_spec(module, paths)
- return importlib.util.module_from_spec(_resolve(spec))
+ return importlib.util.module_from_spec(spec)