From 1f0f0b8992fe41ac1c5547165093c0df4f5f3535 Mon Sep 17 00:00:00 2001 From: helix84 Date: Tue, 12 May 2009 09:03:14 +0000 Subject: [PATCH] i18n.py: fixed shebang --- share/filters/i18n.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/filters/i18n.py b/share/filters/i18n.py index 04a2ad779..f36746fa7 100755 --- a/share/filters/i18n.py +++ b/share/filters/i18n.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python from xml.dom import minidom import sys -- 2.30.2