From 9e5bb37478c2cd8b937327ab4f7cb28e160cf2c7 Mon Sep 17 00:00:00 2001 From: goodger Date: Sun, 26 Feb 2006 16:17:54 +0000 Subject: [PATCH] fixed #! line git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@4349 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/tools/rst2s5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docutils/tools/rst2s5.py b/docutils/tools/rst2s5.py index b4a9396d1..fd4e65f05 100755 --- a/docutils/tools/rst2s5.py +++ b/docutils/tools/rst2s5.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Author: Chris Liechti # Contact: cliechti@gmx.net -- 2.11.4.GIT