commit | 19d3326cd1a007f02fce1b95279fd3d9009b19d1 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@chromium.org> | Tue Oct 08 22:21:03 2013 -0400 |
committer | Mike Frysinger <vapier@chromium.org> | Mon Aug 31 18:32:05 2015 +0000 |
tree | 53d2ebc54dc362315750f86443a4c288e13af3d5 | |
parent | 42b8a05d633b69d3d134ca1bfa57bda1d8d612ec [diff] |
convert to print function Newer repo's sometimes import the print function on us, and then import these python files directly which then throws an error. Convert us to the print function to avoid it. It's not a bad thing. BUG=None TEST=`./pre-upload_unittest.py` passes Change-Id: I4a633620c493d5e16bee2ef36a86ccaf2792dfaa Previous-Reviewed-on: https://chromium-review.googlesource.com/172340 (cherry picked from commit 876301839df6e53a09017fcece937880bd221273) Reviewed-on: https://chromium-review.googlesource.com/295652 Reviewed-by: Randall Spangler <rspangler@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org>