summaryrefslogtreecommitdiff
path: root/check-xml-test-suite.py
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-10-28 09:07:41 +0000
committerMike Hommey <mh@glandium.org>2004-10-28 09:07:41 +0000
commit9705f1a5e858108d21a0128556f42b25d16833cd (patch)
treef819e7482d433f8bf5da005695c79189dd5ce527 /check-xml-test-suite.py
parent0732be88d054db33fa0ca479eab9988c8e6be42e (diff)
downloadlibxml2-9705f1a5e858108d21a0128556f42b25d16833cd.tar.gz
Load /tmp/tmp.SgII7T/libxml2-2.6.15 intoupstream/2.6.15
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'check-xml-test-suite.py')
-rwxr-xr-xcheck-xml-test-suite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-xml-test-suite.py b/check-xml-test-suite.py
index ed0eaa2..2de07b1 100755
--- a/check-xml-test-suite.py
+++ b/check-xml-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
test_nr = 0