Skip to content

Commit d768201

Browse files
committed
removed pip._internal dep
1 parent 8208e60 commit d768201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def main():
2828

2929
if os.path.exists('.git'):
3030

31-
import pip._internal.vcs.git as git
31+
import pip.vcs.git as git
3232
g = git.Git() # NOTE: pip API's are internal, this has to be refactored
3333

3434
g.run_command(["submodule", "sync"])

0 commit comments

Comments
 (0)