Remove white space between print and ()

TrivialFix

Change-Id: I6eeac0206a625d3f562b207e5523f87a88993ccc
This commit is contained in:
gecong1973 2016-08-25 13:28:05 +08:00
parent 5d7e18686a
commit 2bf2071a81
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ def print_help():
Also, make test will automatically use the virtualenv.
"""
print (help)
print(help)
def main(argv):