Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/sugar-shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpgritti@gmail.com>2008-09-28 13:39:53 (GMT)
committer Marco Pesenti Gritti <mpgritti@gmail.com>2008-09-28 13:39:53 (GMT)
commit9df3286e8cdfa9124253a6505f378ca64a0dabd1 (patch)
treef952b7636545214d1d9fe10fb8e06cfbfbce470e /bin/sugar-shell
parent091adf5ee3ae797507328ab72225133039dfdebb (diff)
Bunch of import fixes
Diffstat (limited to 'bin/sugar-shell')
-rw-r--r--bin/sugar-shell2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sugar-shell b/bin/sugar-shell
index 176196b..00a3864 100644
--- a/bin/sugar-shell
+++ b/bin/sugar-shell
@@ -24,7 +24,7 @@ else:
os.environ['GTK2_RC_FILES'] = '@prefix@/share/sugar/data/%s.gtkrc' % theme
-from jarube.main import main
+from jarabe.main import main
main()