diff options
Diffstat (limited to 'check-xinclude-test-suite.py')
-rwxr-xr-x | check-xinclude-test-suite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-xinclude-test-suite.py b/check-xinclude-test-suite.py index 163ea32..f470011 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 # |