aboutsummaryrefslogtreecommitdiffstats
path: root/check-xinclude-test-suite.py
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2004-10-02 22:55:49 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2004-10-02 22:55:49 +0000
commitcb40c222a4f92fb4519ec571547f2b8fcbe6a4ed (patch)
tree80ffac1f404aba3b9b6a2487a3b5532b2e5e2ce0 /check-xinclude-test-suite.py
parentd1757abcb891e01a9017f4aad041cc306d0d467b (diff)
downloadandroid_external_libxml2-cb40c222a4f92fb4519ec571547f2b8fcbe6a4ed.tar.gz
android_external_libxml2-cb40c222a4f92fb4519ec571547f2b8fcbe6a4ed.tar.bz2
android_external_libxml2-cb40c222a4f92fb4519ec571547f2b8fcbe6a4ed.zip
changed changed sys.path setting from 'append' to 'insert' (patch supplied
* check-relaxng-test-suite.py, check-relaxng-test-suite2.py, check-xinclude-test-suite.py, check-xml-test-suite.py, check-xsddata-test-suite.py, doc/examples/index.py: changed changed sys.path setting from 'append' to 'insert' (patch supplied by Malcolm Tredinnick) (bug 153716)
Diffstat (limited to 'check-xinclude-test-suite.py')
-rwxr-xr-xcheck-xinclude-test-suite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-xinclude-test-suite.py b/check-xinclude-test-suite.py
index 163ea32c..f470011e 100755
--- a/check-xinclude-test-suite.py
+++ b/check-xinclude-test-suite.py
@@ -3,7 +3,7 @@ import sys
import time
import os
import string
-sys.path.append("python")
+sys.path.insert(0, "python")
import libxml2
#