commit | dcb6c50bd46ee57db0d5e9efb08d84dbb370d215 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Sep 19 16:01:50 2013 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Sep 19 16:01:50 2013 +0000 |
tree | c0e82f7073904713893fa605b7449581cc29b15c | |
parent | 13701272d2e381b5f9d9c827b628b340e215de20 [diff] | |
parent | c3fd15307b20a891ef194221c51ec1897355fd29 [diff] |
Merge "Use built-in print() instead of print statement"
diff --git a/tools/install_venv.py b/tools/install_venv.py index 1664b35..f37e0cd 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py
@@ -56,7 +56,7 @@ Also, make test will automatically use the virtualenv. """ - print help + print(help) def main(argv):