Merge "Remove white space between print and ()"

This commit is contained in:
Jenkins 2016-07-12 12:06:50 +00:00 committed by Gerrit Code Review
commit 9556ec2635
3 changed files with 49 additions and 49 deletions

0
devstack/tools/nsxv_cleanup.py Executable file → Normal file
View File

View File

@ -47,7 +47,7 @@ if os.path.isfile(PATH) and os.access(PATH, os.R_OK):
if fnmatch.fnmatch(line, '*' + pattern[4:]): if fnmatch.fnmatch(line, '*' + pattern[4:]):
found = True found = True
if not found: if not found:
print line, print(line)
# The suffix of source filenames. # The suffix of source filenames.
source_suffix = '.rst' source_suffix = '.rst'