Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-jhbuild
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpgritti@gmail.com>2008-10-18 02:02:28 (GMT)
committer Marco Pesenti Gritti <mpgritti@gmail.com>2008-10-18 02:02:28 (GMT)
commitff069d29ee42c38056ea4a63c7a3f8d6b865f7da (patch)
tree181398b3aa52e768edb276982e4a1708dcb1672b /sugar-jhbuild
parentc64a339afd815d41e3c0cdc0f521450c5828e143 (diff)
Rename scripts to commands.
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 5a47e0a..11494cb 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, 'scripts'))
+sys.path.append(os.path.join(base_dir, 'commands'))
sys.path.append(jhbuild_dir)
if os.path.exists(jhbuild_dir):