You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: fetchcode's vcs will not work on this commit.
To reproduce:
find src/fetchcode/vcs/pip -type f -name '*.py'i \
-exec sed -i 's/from\ pip._/from\ fetchcode.vcs.pip._/g' {} + \
-exec sed -i 's/import\ pip._/import\ fetchcode.vcs.pip._/g' {} + \
-exec sed -i 's/"pip._/"fetchcode.vcs.pip._/g' {} +
This is very similiar to what was done in:
8046215
Signed-off-by: TG1999 <tushar.goel.dav@gmail.com>
Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
0 commit comments