Show More
@@ -2,7 +2,7 b'' | |||
|
2 | 2 | |
|
3 | 3 | $ cd "$TESTDIR"/.. |
|
4 | 4 | |
|
5 | $ hg files 'set:(**.py)' | xargs python contrib/check-py3-compat.py | |
|
5 | $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py | |
|
6 | 6 | contrib/casesmash.py not using absolute_import |
|
7 | 7 | contrib/check-code.py not using absolute_import |
|
8 | 8 | contrib/check-code.py requires print_function |
General Comments 0
You need to be logged in to leave comments.
Login now