mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Change setup.py shebang to point to python instead of python2
This commit is contained in:
parent
24df88cb87
commit
983ef87626
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python
|
||||||
'''
|
'''
|
||||||
The setup script for salt
|
The setup script for salt
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Reference in a new issue