-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch python print statements to be python2/python3 compatible
We use a number of `print ` statements in the repo, both in jobs and libraries. This is valid python2, but not python3. Given python2 went EOL months ago we need to catch up. This should add the header which makes python2 act like python3 in regards to print() statement and which is a noop after we switch.
- Loading branch information
Showing
13 changed files
with
217 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.