From fe7d00a738235dbad7a7d4c3a66c65236e6a396a Mon Sep 17 00:00:00 2001 From: build Date: Wed, 21 Jan 2009 18:30:24 +0000 Subject: add sjhbuild to path rather then scripts this makes the layout of sugjhbuild more similar to upstream --- (limited to 'sugar-jhbuild') diff --git a/sugar-jhbuild b/sugar-jhbuild index 417beef..fc2baac 100755 --- a/sugar-jhbuild +++ b/sugar-jhbuild @@ -6,8 +6,8 @@ import subprocess base_dir = os.path.abspath(os.path.dirname(__file__)) -scripts_dir = os.path.join(base_dir, 'scripts') -sys.path.append(scripts_dir) +sjhbuild_dir = os.path.join(base_dir, 'sjhbuild') +sys.path.append(sjhbuild_dir) jhbuild_dir = os.path.join(base_dir, 'jhbuild') sys.path.append(jhbuild_dir) -- cgit v0.9.1