From ff069d29ee42c38056ea4a63c7a3f8d6b865f7da Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 18 Oct 2008 02:02:28 +0000 Subject: Rename scripts to commands. --- (limited to 'sugar-jhbuild') diff --git a/sugar-jhbuild b/sugar-jhbuild index 5a47e0a..11494cb 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, 'scripts')) +sys.path.append(os.path.join(base_dir, 'commands')) sys.path.append(jhbuild_dir) if os.path.exists(jhbuild_dir): -- cgit v0.9.1