Skip to content

Commit

Permalink
Merge pull request #1 from msabramo/pr2455_tweak_1
Browse files Browse the repository at this point in the history
pip/index.py: Add import of normalize_path
  • Loading branch information
pfmoore committed Mar 7, 2015
2 parents 2102cdb + 2c7bc73 commit eaac580
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pip/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
from pip._vendor.six.moves.urllib import request as urllib_request

from pip.compat import ipaddress
from pip.utils import Inf, cached_property, normalize_name, splitext
from pip.utils import (
Inf, cached_property, normalize_name, splitext, normalize_path)
from pip.utils.deprecation import RemovedInPip7Warning, RemovedInPip8Warning
from pip.utils.logging import indent_log
from pip.exceptions import (
Expand Down

0 comments on commit eaac580

Please sign in to comment.