setup: fixed shebang

This commit is contained in:
Alexey Ivanov 2014-01-12 23:35:18 -08:00
parent b40dc72ff0
commit 62464b237f

View file

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