mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 20:54:10 +00:00
Revert
In debian if you have both you will have python for python2, and python3 for python3, this makes the script unusable in such cases because it will resort to the first one found on the path.
This commit is contained in:
parent
f3fefa2ceb
commit
5ba31807b4
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
Python 3 script which converts simple RetroArch Cg shaders to modern GLSL (ES) format.
|
||||
|
Loading…
x
Reference in New Issue
Block a user