Merge "Remove white space between print and ()"

This commit is contained in:
Jenkins
2016-09-20 18:22:11 +00:00
committed by Gerrit Code Review

View File

@@ -43,7 +43,7 @@ def print_help(project, venv, root):
$ %(root)s/tools/with_venv.sh <your command> $ %(root)s/tools/with_venv.sh <your command>
""" """
print (help % dict(project=project, venv=venv, root=root)) print(help % dict(project=project, venv=venv, root=root))
def main(argv): def main(argv):