Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-jhbuild
diff options
context:
space:
mode:
Diffstat (limited to 'sugar-jhbuild')
-rwxr-xr-xsugar-jhbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index fc2baac..417beef 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -6,8 +6,8 @@ import subprocess
base_dir = os.path.abspath(os.path.dirname(__file__))
-sjhbuild_dir = os.path.join(base_dir, 'sjhbuild')
-sys.path.append(sjhbuild_dir)
+scripts_dir = os.path.join(base_dir, 'scripts')
+sys.path.append(scripts_dir)
jhbuild_dir = os.path.join(base_dir, 'jhbuild')
sys.path.append(jhbuild_dir)