From 5ba31807b45420288ac201eda65b9b0c248bb5fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Sat, 21 Mar 2015 17:06:38 -0500 Subject: [PATCH] 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. --- tools/cg2glsl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cg2glsl.py b/tools/cg2glsl.py index 8f81bfbb6b..0664f9f4a8 100755 --- a/tools/cg2glsl.py +++ b/tools/cg2glsl.py @@ -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.