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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user