OSDN Git Service

ART: Run Checker with Python >2.6
authorDavid Brazdil <dbrazdil@google.com>
Tue, 20 Jan 2015 09:28:38 +0000 (09:28 +0000)
committerDavid Brazdil <dbrazdil@google.com>
Tue, 20 Jan 2015 09:35:18 +0000 (09:35 +0000)
commit123c5e983d26b6fb57d2ebe817e5c20fb6046803
treea3d971762ee1cf1de81111f874ae58c5cfe38603
parenta943a75a890f43ff9517e13bb6c16de8bfa35d90
ART: Run Checker with Python >2.6

Chromium buildbots don't have Python 3. This patch fixes the uses
of print() and ASCII vs. Unicode strings to make Checker compatible
with Python 2.6 and above.

Change-Id: Ic065d990f668b8cf95a337aae037699e8474fcee
tools/checker.py
tools/checker_test.py