From 8ca1368eec29f1378ac1d81e3494c6d503355d04 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 03 Oct 2008 23:14:32 +0000 Subject: Move controlpanel extensions to the extensions path. --- (limited to 'bin') 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') -- cgit v0.9.1