Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
parentc64a339afd815d41e3c0cdc0f521450c5828e143 (diff)
Rename scripts to commands.
-rw-r--r--commands/bundlemodule.py (renamed from scripts/bundlemodule.py)0
-rw-r--r--commands/check.py (renamed from scripts/check.py)0
-rw-r--r--commands/clear.py (renamed from scripts/clear.py)0
-rw-r--r--commands/config.py (renamed from scripts/config.py)0
-rw-r--r--commands/data/pylintrc (renamed from scripts/data/pylintrc)0
-rw-r--r--commands/depscheck.py (renamed from scripts/depscheck.py)0
-rw-r--r--commands/main.py (renamed from scripts/main.py)0
-rw-r--r--commands/report.py (renamed from scripts/report.py)0
-rw-r--r--commands/sysdeps.py (renamed from scripts/sysdeps.py)0
-rwxr-xr-xsugar-jhbuild2
10 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bundlemodule.py b/commands/bundlemodule.py
index 2372ba3..2372ba3 100644
--- a/scripts/bundlemodule.py
+++ b/commands/bundlemodule.py
diff --git a/scripts/check.py b/commands/check.py
index 3213f87..3213f87 100644
--- a/scripts/check.py
+++ b/commands/check.py
diff --git a/scripts/clear.py b/commands/clear.py
index cc25e34..cc25e34 100644
--- a/scripts/clear.py
+++ b/commands/clear.py
diff --git a/scripts/config.py b/commands/config.py
index b9ccb19..b9ccb19 100644
--- a/scripts/config.py
+++ b/commands/config.py
diff --git a/scripts/data/pylintrc b/commands/data/pylintrc
index b161e38..b161e38 100644
--- a/scripts/data/pylintrc
+++ b/commands/data/pylintrc
diff --git a/scripts/depscheck.py b/commands/depscheck.py
index f318404..f318404 100644
--- a/scripts/depscheck.py
+++ b/commands/depscheck.py
diff --git a/scripts/main.py b/commands/main.py
index 272fe98..272fe98 100644
--- a/scripts/main.py
+++ b/commands/main.py
diff --git a/scripts/report.py b/commands/report.py
index 41e9a00..41e9a00 100644
--- a/scripts/report.py
+++ b/commands/report.py
diff --git a/scripts/sysdeps.py b/commands/sysdeps.py
index 4830bfa..4830bfa 100644
--- a/scripts/sysdeps.py
+++ b/commands/sysdeps.py
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):