Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/sugar-shell
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sugar-shell')
-rw-r--r--bin/sugar-shell5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/sugar-shell b/bin/sugar-shell
index 3d32de3..d04b2cc 100644
--- a/bin/sugar-shell
+++ b/bin/sugar-shell
@@ -15,10 +15,11 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+import sys
import os
import gettext
import logging
-
+import pkg_resources
import gtk
import gobject
import dbus.glib
@@ -59,6 +60,8 @@ def main():
logger.start('shell')
+ sys.path.append(config.ext_path)
+
gettext.bindtextdomain('sugar', config.locale_path)
gettext.textdomain('sugar')