From 7cd4cee4819b134a195ffb26eae26032493ef6bd Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 20 Jan 2009 17:21:49 +0000 Subject: Some refactoring and fixes. --- (limited to 'sugar-jhbuild') diff --git a/sugar-jhbuild b/sugar-jhbuild index fc2baac..417beef 100755 --- a/sugar-jhbuild +++ b/sugar-jhbuild @@ -6,8 +6,8 @@ import subprocess base_dir = os.path.abspath(os.path.dirname(__file__)) -sjhbuild_dir = os.path.join(base_dir, 'sjhbuild') -sys.path.append(sjhbuild_dir) +scripts_dir = os.path.join(base_dir, 'scripts') +sys.path.append(scripts_dir) jhbuild_dir = os.path.join(base_dir, 'jhbuild') sys.path.append(jhbuild_dir) -- cgit v0.9.1