Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sjhbuild/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'sjhbuild/main.py')
-rw-r--r--sjhbuild/main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sjhbuild/main.py b/sjhbuild/main.py
index 3fa1bb1..d758834 100644
--- a/sjhbuild/main.py
+++ b/sjhbuild/main.py
@@ -74,6 +74,8 @@ __builtin__.__dict__['uencode'] = uencode
def help_commands(option, opt_str, value, parser):
thisdir = os.path.abspath(os.path.dirname(__file__))
+ thisdir = os.path.split(thisdir)[0]
+ thisdir = os.path.join(thisdir, 'jhbuild', 'jhbuild')
# import all available commands
for fname in os.listdir(os.path.join(thisdir, 'commands')):