aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/mano/orchestra.py
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2017-05-30 07:11:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-30 07:11:32 +0000
commit0141f7562744f127e1a66f064d151e8425a7e758 (patch)
tree9e17d053b8442fa38ae13c9c146332cdb5faa3e9 /functest/opnfv_tests/mano/orchestra.py
parentec4af7ba1c4fc88f6f0cc6ee98f27e27b197522e (diff)
parent7420518318aa3216ff17fbde3d9180b3bd72f78d (diff)
Merge "Switch shebangs to /usr/bin/env python"
Diffstat (limited to 'functest/opnfv_tests/mano/orchestra.py')
-rw-r--r--functest/opnfv_tests/mano/orchestra.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/mano/orchestra.py b/functest/opnfv_tests/mano/orchestra.py
index dea26efc..955f82ce 100644
--- a/functest/opnfv_tests/mano/orchestra.py
+++ b/functest/opnfv_tests/mano/orchestra.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.