aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/XiteQt.py
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-09-21 17:16:34 +1030
committernyamatongwe <unknown>2013-09-21 17:16:34 +1030
commit9ca65291f4e4503ac79cc029015b6dcaf60d7fe7 (patch)
treebf554794e9de7ff43fadd797c4115f68dfbd3bf5 /test/XiteQt.py
parent90d965d0f84b43b3e2fd6206c1e34324014e5015 (diff)
downloadscintilla-mirror-9ca65291f4e4503ac79cc029015b6dcaf60d7fe7.tar.gz
Fix test script to match move of scripts.
Diffstat (limited to 'test/XiteQt.py')
-rw-r--r--test/XiteQt.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/XiteQt.py b/test/XiteQt.py
index 0230cc77c..65daf94e6 100644
--- a/test/XiteQt.py
+++ b/test/XiteQt.py
@@ -12,7 +12,8 @@ from bin import ScintillaEditPy
scintillaDirectory = ".."
scintillaIncludeDirectory = os.path.join(scintillaDirectory, "include")
-sys.path.append(scintillaIncludeDirectory)
+scintillaScriptsDirectory = os.path.join(scintillaDirectory, "scripts")
+sys.path.append(scintillaScriptsDirectory)
import Face
class Form(QDialog):