Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-09 13:57:54 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-09 13:57:54 (GMT)
commit57c928916ca7cdacd728834a9b59ecc33b55339e (patch)
tree2cc618248d665cde0790853d0d169754271fd21c /shell/sugar-shell
parenta380b7f915ca32293315176027f835fb739bb86b (diff)
Refactor sugar.env and paths
Diffstat (limited to 'shell/sugar-shell')
-rwxr-xr-xshell/sugar-shell2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/sugar-shell b/shell/sugar-shell
index 92cefc3..4b67e96 100755
--- a/shell/sugar-shell
+++ b/shell/sugar-shell
@@ -36,7 +36,7 @@ logger.cleanup()
logger.start('shell')
if len(sys.argv) == 1:
- sys.path.insert(0, os.path.join(env.get_data_dir(), 'shell'))
+ sys.path.insert(0, env.get_shell_path())
from view.Shell import Shell
from model.ShellModel import ShellModel