Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-shell
diff options
context:
space:
mode:
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