summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--heatclient/openstack/common/cliutils.py2
-rw-r--r--tools/install_venv.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/heatclient/openstack/common/cliutils.py b/heatclient/openstack/common/cliutils.py
index 5f1170f..391c7c4 100644
--- a/heatclient/openstack/common/cliutils.py
+++ b/heatclient/openstack/common/cliutils.py
@@ -268,5 +268,5 @@ def pretty_choice_list(l):
def exit(msg=''):
if msg:
- print (msg, file=sys.stderr)
+ print(msg, file=sys.stderr)
sys.exit(1)
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):