提交 70068706 编写于 作者: J Joseph Richey 提交者: Chinmay Garde

Allow building without python2 (#8605)

Almost all of the python build files in the flutter project work if
`python` is `python2` or `python3`. This is the only area where print is
incorrectly used (for `python3`).

Related issue: https://fuchsia-review.googlesource.com/c/fuchsia/+/272925
上级 8b5a50c0
......@@ -34,7 +34,7 @@ def main():
'HEAD',
])
print version.strip()
print (version.strip())
return 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册