py3: made imports compatible with both python2 & python3
Command executed: find . -name "*.py" -print0 | xargs -I {} -0 2to3 --fix=import --write {}
parent
6daf5831
No related branches found
No related tags found
Checking pipeline status
Showing
- hggit/__init__.py 8 additions, 8 deletionshggit/__init__.py
- hggit/_ssh.py 1 addition, 1 deletionhggit/_ssh.py
- hggit/git_handler.py 6 additions, 6 deletionshggit/git_handler.py
- hggit/gitdirstate.py 1 addition, 1 deletionhggit/gitdirstate.py
- hggit/gitrepo.py 1 addition, 1 deletionhggit/gitrepo.py
- hggit/hg2git.py 2 additions, 2 deletionshggit/hg2git.py
- hggit/hgrepo.py 3 additions, 3 deletionshggit/hgrepo.py
- hggit/overlay.py 1 addition, 1 deletionhggit/overlay.py
- hggit/verify.py 1 addition, 1 deletionhggit/verify.py
Loading
Please register or sign in to comment