Remove shebang to properly support venv in ansible-core 2.13+

See https://github.com/ansible/ansible/pull/76677

Change-Id: If822dcfc4c1abf7a22be35ffd90fd05ee46cb0d9
This commit is contained in:
Michal Nasiadka 2022-12-13 18:19:55 +01:00
parent a2739db0e8
commit a3f0511cd1
7 changed files with 0 additions and 14 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# Copyright 2015 Sam Yaple
# Copyright 2017 99Cloud Inc.
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# Copyright 2015 Sam Yaple
# Copyright 2016 intel
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# Copyright 2016 99cloud
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# Copyright 2015 Sam Yaple
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# Copyright 2016 99cloud Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# Copyright 2015 Sam Yaple
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
# Copyright (c) 2019 StackHPC Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");