summaryrefslogtreecommitdiff
path: root/xstc
diff options
context:
space:
mode:
Diffstat (limited to 'xstc')
-rwxr-xr-xxstc/fixup-tests.py2
-rwxr-xr-xxstc/xstc-to-python.xsl2
2 files changed, 2 insertions, 2 deletions
diff --git a/xstc/fixup-tests.py b/xstc/fixup-tests.py
index 6e33d1c4..921820b3 100755
--- a/xstc/fixup-tests.py
+++ b/xstc/fixup-tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/env python
import sys, os
import libxml2
diff --git a/xstc/xstc-to-python.xsl b/xstc/xstc-to-python.xsl
index 78d55cd6..37de882c 100755
--- a/xstc/xstc-to-python.xsl
+++ b/xstc/xstc-to-python.xsl
@@ -7,7 +7,7 @@
<xsl:output method="text"/>
<xsl:template match="/">
- <xsl:text>#!/usr/bin/python -u
+ <xsl:text>#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#
# This file is generated from the W3C test suite description file.