Merge pull request #9712 from SaveTheRbtz/setup-py-shebang

setup: fixed shebang
This commit is contained in:
Pedro Algarvio 2014-01-13 05:53:11 -08:00
commit b1b338b62b

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
The setup script for salt
'''