aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/DepGen.py
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-04-08 16:31:00 +1000
committerNeil <nyamatongwe@gmail.com>2019-04-08 16:31:00 +1000
commitd04015772a80af227ae05d47c112933e152aec48 (patch)
treec6ca0764b6fa28c305273991944592b732ac2503 /gtk/DepGen.py
parente81d5a59bf0ee796e653616d570f8b93fef1344a (diff)
downloadscintilla-mirror-d04015772a80af227ae05d47c112933e152aec48.tar.gz
Make dependencies scripts work when called from scite/scripts/RegenerateSource.py.
Diffstat (limited to 'gtk/DepGen.py')
-rw-r--r--gtk/DepGen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/DepGen.py b/gtk/DepGen.py
index 20f4a0148..4feea8a9c 100644
--- a/gtk/DepGen.py
+++ b/gtk/DepGen.py
@@ -6,9 +6,9 @@
import sys
-sys.path.append("../")
+sys.path.append("..")
-import scripts.Dependencies as Dependencies
+from scripts import Dependencies
topComment = "# Created by DepGen.py. To recreate, run 'python DepGen.py'.\n"