Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-17 22:08:14 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-17 22:08:14 (GMT)
commit3cda316d11d8ae6916f124cd3800cfebf329df24 (patch)
treeaca1c12f0f2e76eb0842f1f980b33972cbf9ac01 /shell
parent52a207527192e87ea667c4a67abbead51aa76392 (diff)
Enable logging for the shell too
Diffstat (limited to 'shell')
-rwxr-xr-xshell/sugar-shell3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/sugar-shell b/shell/sugar-shell
index 32fc035..580d168 100755
--- a/shell/sugar-shell
+++ b/shell/sugar-shell
@@ -23,10 +23,13 @@ import pygtk
pygtk.require('2.0')
import gtk
+from sugar import logger
from sugar import profile
from sugar import env
from sugar import TracebackUtils
+logger.start('shell')
+
sys.path.insert(0, os.path.join(env.get_data_dir(), 'shell'))
from view.FirstTimeDialog import FirstTimeDialog