Change
#! /usr/local/bin/python to #! /usr/bin/env python which is the recommended way.
This commit is contained in:
parent
d239dfb4b0
commit
b7001d0f6a
@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
import sys, string, locale
|
||||
locale.setlocale(locale.LC_ALL, "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user