diff options
| author | Ivan Mas??r <helix84@centrum.sk> | 2009-05-12 09:03:14 +0000 |
|---|---|---|
| committer | helix84 <helix84@users.sourceforge.net> | 2009-05-12 09:03:14 +0000 |
| commit | 26f05422c50c1a694f640a73da15bd85a281dd0a (patch) | |
| tree | 8a4fc4a4fc58c6d79e7400c533ab6e64312ccc74 | |
| parent | Giving sharper defaults to Alpha draw and Alpha fill (diff) | |
| download | inkscape-26f05422c50c1a694f640a73da15bd85a281dd0a.tar.gz inkscape-26f05422c50c1a694f640a73da15bd85a281dd0a.zip | |
i18n.py: fixed shebang
(bzr r7865)
| -rwxr-xr-x | share/filters/i18n.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
