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-19 00:50:58 (GMT)
committer Marco Pesenti Gritti <mpgritti@gmail.com>2008-10-19 00:50:58 (GMT)
commit336368cbddd5ea79543be7d1b7e2eed142942cab (patch)
treead3080b476084f6ab320f9719463832940d379a8
parent865b0335aa30412ce87e6a287d6e8cc699e0f623 (diff)
Some directory renaming.
-rw-r--r--scripts/bundlemodule.py (renamed from commands/bundlemodule.py)0
-rw-r--r--scripts/check.py (renamed from commands/check.py)0
-rw-r--r--scripts/clear.py (renamed from commands/clear.py)0
-rw-r--r--scripts/config.py (renamed from commands/config.py)0
-rw-r--r--scripts/data/pylintrc (renamed from commands/data/pylintrc)0
-rw-r--r--scripts/depscheck.py (renamed from commands/depscheck.py)0
-rw-r--r--scripts/main.py (renamed from commands/main.py)0
-rw-r--r--scripts/report.py (renamed from commands/report.py)0
-rw-r--r--scripts/sysdeps.py (renamed from commands/sysdeps.py)0
-rwxr-xr-xsugar-jhbuild2
-rwxr-xr-xtools/mockbuild (renamed from scripts/mockbuild)0
11 files changed, 1 insertions, 1 deletions
diff --git a/commands/bundlemodule.py b/scripts/bundlemodule.py
index 2372ba3..2372ba3 100644
--- a/commands/bundlemodule.py
+++ b/scripts/bundlemodule.py
diff --git a/commands/check.py b/scripts/check.py
index 3213f87..3213f87 100644
--- a/commands/check.py
+++ b/scripts/check.py
diff --git a/commands/clear.py b/scripts/clear.py
index cc25e34..cc25e34 100644
--- a/commands/clear.py
+++ b/scripts/clear.py
diff --git a/commands/config.py b/scripts/config.py
index b9ccb19..b9ccb19 100644
--- a/commands/config.py
+++ b/scripts/config.py
diff --git a/commands/data/pylintrc b/scripts/data/pylintrc
index b161e38..b161e38 100644
--- a/commands/data/pylintrc
+++ b/scripts/data/pylintrc
diff --git a/commands/depscheck.py b/scripts/depscheck.py
index f318404..f318404 100644
--- a/commands/depscheck.py
+++ b/scripts/depscheck.py
diff --git a/commands/main.py b/scripts/main.py
index 272fe98..272fe98 100644
--- a/commands/main.py
+++ b/scripts/main.py
diff --git a/commands/report.py b/scripts/report.py
index 41e9a00..41e9a00 100644
--- a/commands/report.py
+++ b/scripts/report.py
diff --git a/commands/sysdeps.py b/scripts/sysdeps.py
index b398cff..b398cff 100644
--- a/commands/sysdeps.py
+++ b/scripts/sysdeps.py
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):
diff --git a/scripts/mockbuild b/tools/mockbuild
index 8bebb38..8bebb38 100755
--- a/scripts/mockbuild
+++ b/tools/mockbuild