Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests with python3 as default python. #282

Closed
wants to merge 1 commit into from
Closed

Fix tests with python3 as default python. #282

wants to merge 1 commit into from

Conversation

pefoley2
Copy link
Contributor

@pefoley2 pefoley2 commented Jul 4, 2015

If the system python interpreter is set to python3, some tests fail
because python3 requires parenthesies for the print statement.
Fix this by adding the required parenthesies, which are a no-op for
python2.

If the system python interpreter is set to python3, some tests fail
because python3 requires parenthesies for the print statement.
Fix this by adding the required parenthesies, which are a no-op for
python2.
@laszlocsomor
Copy link
Contributor

Thanks! I've imported your change to our internal repository. It will appear on GitHub in a few hours.

laszlocsomor pushed a commit that referenced this pull request Jul 6, 2015
If the system python interpreter is set to python3, some tests fail
because python3 requires parenthesies for the print statement.
Fix this by adding the required parenthesies, which are a no-op for
python2.

--
Reviewed-on: #282
MOS_MIGRATED_REVID=97571926
@laszlocsomor
Copy link
Contributor

Changes pushed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants