diff --git a/shade/cmd/inventory.py b/shade/cmd/inventory.py index 4f9538fff..47d38979c 100755 --- a/shade/cmd/inventory.py +++ b/shade/cmd/inventory.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Copyright (c) 2015 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shade/task_manager.py b/shade/task_manager.py index 8de4b3add..4bcc85d05 100644 --- a/shade/task_manager.py +++ b/shade/task_manager.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # Copyright (C) 2011-2013 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shade/tests/ansible/hooks/post_test_hook.sh b/shade/tests/ansible/hooks/post_test_hook.sh index d79a9427f..bf4444ead 100755 --- a/shade/tests/ansible/hooks/post_test_hook.sh +++ b/shade/tests/ansible/hooks/post_test_hook.sh @@ -1,3 +1,4 @@ +#!/bin/sh # -*- coding: utf-8 -*- # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/shade/tests/functional/hooks/post_test_hook.sh b/shade/tests/functional/hooks/post_test_hook.sh index 35c1c06a7..ad823009a 100755 --- a/shade/tests/functional/hooks/post_test_hook.sh +++ b/shade/tests/functional/hooks/post_test_hook.sh @@ -1,3 +1,4 @@ +#!/bin/sh # -*- coding: utf-8 -*- # Licensed under the Apache License, Version 2.0 (the "License"); you may