mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
use python2 at all costs
Original commit message from CVS: use python2 at all costs
This commit is contained in:
parent
56bd6b1eb4
commit
9377c63767
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/python2
|
||||
import formatter
|
||||
import htmllib
|
||||
import os
|
||||
|
|
Loading…
Reference in a new issue