diff options
| author | yuyafei <yu.yafei@zte.com.cn> | 2016-07-05 18:13:38 +0800 |
|---|---|---|
| committer | yuyafei <yu.yafei@hotmail.com> | 2016-09-13 12:53:55 +0000 |
| commit | 00e942ed615bb9ceebc13dbe3fae2531f33e7285 (patch) | |
| tree | 9e21e9d11a67c81d80bd6827f43b8df1a61f7391 /tools | |
| parent | ce2c1daee5bef64b5c932f4e0ee787694a6309f4 (diff) | |
| download | python-cinderclient-00e942ed615bb9ceebc13dbe3fae2531f33e7285.tar.gz | |
Remove white space between print and ()
TrivialFix
Change-Id: I7cc4dc71459c9cfb2f45d9b3cb551fc3d6549ddb
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/install_venv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py index 795c2eb..468d113 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -43,7 +43,7 @@ def print_help(project, venv, root): $ %(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): |
