1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Update imports after _internal refactoring.

This commit is contained in:
Chris Jerdonek 2017-08-31 15:52:34 -07:00
parent f22c9b265f
commit dd58b1427f

View file

@ -2,8 +2,8 @@
Contains functional tests of the Git class.
"""
from pip.utils.temp_dir import TempDirectory
from pip.vcs.git import Git
from pip._internal.utils.temp_dir import TempDirectory
from pip._internal.vcs.git import Git
def get_head_sha(script, dest):