Remove white space between print and ()

And in / doc/source/conf.py:
print line, ---> print(line)

Change-Id: I57d34ed1256f1573717292df64fdddd023d2bad2
This commit is contained in:
yuyafei 2016-07-07 11:07:55 +08:00
parent 573399ae64
commit e07bf5cfda
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:]):
found = True
if not found:
print line,
print(line)
# The suffix of source filenames.
source_suffix = '.rst'