Use __future__.print_function

Review Request #6578 — Created Nov. 12, 2014 and submitted — Latest diff uploaded

Information

RBTools
master
db9f1ad...

Reviewers

This switches our print statements over to the Python 3.x-style print().

Ran unit tests.

rbtools/clients/__init__.py
rbtools/clients/perforce.py
rbtools/clients/tests.py
rbtools/commands/__init__.py
rbtools/commands/api_get.py
rbtools/commands/attach.py
rbtools/commands/close.py
rbtools/commands/diff.py
rbtools/commands/main.py
rbtools/commands/patch.py
rbtools/commands/post.py
rbtools/commands/publish.py
rbtools/commands/setup_repo.py
rbtools/commands/status.py
rbtools/hooks/common.py
rbtools/utils/console.py
rbtools/utils/process.py
Loading...