Skip to content
Snippets Groups Projects
Commit 7a13f6fa authored by Manuel Jacob's avatar Manuel Jacob
Browse files

py3: use print as function

* run `find . -name "*.py" -print0 -o -path ./tests/hghave | xargs -I {} -0 2to3 --fix=print --write {}`
* run `find . -name "*.py" -print0 -o -path ./tests/hghave | xargs -I {} -0 2to3 --doctests_only --fix=print --write {}`
* remove extra newline at end of files introduced by last command
* add `from __future__ import print_function` to Python files
parent 289dfa63
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment