use python2 at all costs

Original commit message from CVS:
use python2 at all costs
This commit is contained in:
Thomas Vander Stichele 2002-05-03 15:12:23 +00:00
parent 56bd6b1eb4
commit 9377c63767
2 changed files with 5 additions and 2 deletions

View file

@ -1,9 +1,12 @@
EXTRA_DIST=html2xml.py
all-am: devhelp
all-am: chmod devhelp
devhelp: gstreamer.devhelp gstreamer-libs.devhelp
chmod:
chmod +x html2xml.py
gstreamer.devhelp:
cd ../gst && make
sh html2xml.py ../gst/html

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python2
import formatter
import htmllib
import os