mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Removing the shebang and the execution permission so the command be prefixed with python2 or python3 as needed
This commit is contained in:
parent
dd0189839e
commit
221cafe769
1 changed files with 0 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
Loading…
Reference in a new issue