Make pre-commit hook pass after python3 switch

This commit is contained in:
Daniel Martí 2016-01-04 17:28:55 +01:00
parent 49ac25270e
commit ee9a296b64
7 changed files with 18 additions and 17 deletions

View file

@ -37,7 +37,7 @@ class CommonTest(unittest.TestCase):
break
return True
else:
print 'no build-tools found: ' + build_tools
print('no build-tools found: ' + build_tools)
return False
def _find_all(self):
@ -61,7 +61,7 @@ class CommonTest(unittest.TestCase):
if self._set_build_tools():
self._find_all()
else:
print 'no build-tools found: ' + build_tools
print('no build-tools found: ' + build_tools)
def testIsApkDebuggable(self):
config = dict()