diff options
| author | Neil <nyamatongwe@gmail.com> | 2013-07-01 18:07:30 +1000 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2013-07-01 18:07:30 +1000 | 
| commit | 1d40ac150c3b4151afceedf173c3082cf0a8fa94 (patch) | |
| tree | 6b0cad7704afe211f2e69e15d6a5977fc145894f /test/XiteWin.py | |
| parent | 92bd3a82d73dd2ea22df882b0b62e7f5878e5420 (diff) | |
| download | scintilla-mirror-1d40ac150c3b4151afceedf173c3082cf0a8fa94.tar.gz | |
Fix up reference to scripts directory.
Diffstat (limited to 'test/XiteWin.py')
| -rw-r--r-- | test/XiteWin.py | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/test/XiteWin.py b/test/XiteWin.py index 05553e291..903743d0a 100644 --- a/test/XiteWin.py +++ b/test/XiteWin.py @@ -18,7 +18,8 @@ import XiteMenu  scintillaDirectory = ".."  scintillaIncludeDirectory = os.path.join(scintillaDirectory, "include") -sys.path.append(scintillaIncludeDirectory) +scintillaScriptsDirectory = os.path.join(scintillaDirectory, "scripts") +sys.path.append(scintillaScriptsDirectory)  import Face  scintillaBinDirectory = os.path.join(scintillaDirectory, "bin")  | 
