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-jhbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index 11494cb..5a47e0a 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -7,7 +7,7 @@ import subprocess
base_dir = os.path.abspath(os.path.dirname(__file__))
jhbuild_dir = os.path.join(base_dir, 'jhbuild')
-sys.path.append(os.path.join(base_dir, 'commands'))
+sys.path.append(os.path.join(base_dir, 'scripts'))
sys.path.append(jhbuild_dir)
if os.path.exists(jhbuild_dir):