printing/cups_config_helper.py: Include print_function
CL:1825568 added parentheses around all print statements. The parantheses result in things being printed as tuples in Python 2 and normally in Python 3. Adding the import makes the behaviour consistent, reducing the likelihood of incompatible changes between the two in the future. Bug: 941669 Change-Id: I14275266ee3b410668b5fb1efab192aa1f7cb42b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827011 Commit-Queue: Raul Tambre <raul@tambre.ee> Auto-Submit: Raul Tambre <raul@tambre.ee> Reviewed-by:Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#700333}
Showing
Please register or sign in to comment