Skip to content

Commit eaac580

Browse files
committed
Merge pull request #1 from msabramo/pr2455_tweak_1
pip/index.py: Add import of normalize_path
2 parents 2102cdb + 2c7bc73 commit eaac580

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pip/index.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
from pip._vendor.six.moves.urllib import request as urllib_request
1515

1616
from pip.compat import ipaddress
17-
from pip.utils import Inf, cached_property, normalize_name, splitext
17+
from pip.utils import (
18+
Inf, cached_property, normalize_name, splitext, normalize_path)
1819
from pip.utils.deprecation import RemovedInPip7Warning, RemovedInPip8Warning
1920
from pip.utils.logging import indent_log
2021
from pip.exceptions import (

0 commit comments

Comments
 (0)