Skip to content
Snippets Groups Projects
Unverified Commit 8b90fb6d authored by Abel Lopez's avatar Abel Lopez
Browse files

Change python interpreter

There is inconsistent use of either `/usr/bin/python` or
`/usr/bin/env python`. This makes for unexpected results when a
user might be using a virtualenv.

Change-Id: Ibb030f920a8869f9113ade70b66a921cc815060d
parent 83128d68
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python
#!/usr/bin/env python
# Copyright 2015 Sam Yaple
# Copyright 2017 99Cloud Inc.
......
#!/usr/bin/python
#!/usr/bin/env python
# Copyright 2015 Sam Yaple
# Copyright 2016 intel
......
#!/usr/bin/python
#!/usr/bin/env python
# Copyright 2015 Sam Yaple
#
......
#!/usr/bin/python
#!/usr/bin/env python
# Copyright 2015 Sam Yaple
#
......
#!/usr/bin/python
#!/usr/bin/env python
# Copyright 2016 99cloud Inc.
#
......
#!/usr/bin/python
#!/usr/bin/env python
# Copyright 2015 Sam Yaple
#
......
#!/usr/bin/python
#!/usr/bin/env python
# Copyright 2015 Sam Yaple
# Copyright 2016 intel
......
#!/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.
......
#!/usr/bin/python
#!/usr/bin/env python
# Copyright 2016 NEC Corporation
# Licensed under the Apache License, Version 2.0 (the "License");
......
#!/usr/bin/python
#!/usr/bin/env python
# Copyright 2016 99cloud Inc.
# Licensed under the Apache License, Version 2.0 (the "License");
......
#!/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.
......
#!/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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment