Change setup.py shebang to point to python instead of python2

This commit is contained in:
Seth House 2012-06-30 18:54:25 -07:00
parent 24df88cb87
commit 983ef87626

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
'''
The setup script for salt
'''