revert interpreter to /usr/bin/python instead of python2 due to issues with Gentoo's python2 symlink not being updated properly

This commit is contained in:
Fabio Erculiani
2009-05-25 21:08:38 +02:00
parent 290d806c36
commit f1fd8b2efc

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2 -O
#!/usr/bin/python -O
import sys, os
if "--debug" in sys.argv:
os.environ['SULFUR_DEBUG'] = "1"