no need to generate this script to adjust python interpreter since it is invoked directly from the detected interpreter

Original commit message from CVS:
no need to generate this script to adjust python interpreter since it is
invoked directly from the detected interpreter
This commit is contained in:
David I. Lehn 2002-12-31 18:44:59 +00:00
parent 624f4bf24d
commit 8cf993b4ce
2 changed files with 1 additions and 2 deletions

View file

@ -515,7 +515,6 @@ examples/xml/Makefile
tools/Makefile tools/Makefile
docs/Makefile docs/Makefile
docs/devhelp/Makefile docs/devhelp/Makefile
docs/devhelp/html2xml.py
docs/faq/Makefile docs/faq/Makefile
docs/gst/Makefile docs/gst/Makefile
docs/gst/gstreamer.types docs/gst/gstreamer.types

View file

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