From 336368cbddd5ea79543be7d1b7e2eed142942cab Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 19 Oct 2008 00:50:58 +0000 Subject: Some directory renaming. --- (limited to 'sugar-jhbuild') 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): -- cgit v0.9.1