Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/session
diff options
context:
space:
mode:
Diffstat (limited to 'shell/session')
-rw-r--r--shell/session/Session.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/session/Session.py b/shell/session/Session.py
index 752e6ee..8c5d751 100644
--- a/shell/session/Session.py
+++ b/shell/session/Session.py
@@ -65,7 +65,10 @@ class Session:
shell.set_console(console)
shell.start()
+ from sugar import TracebackUtils
+ tbh = TracebackUtils.TracebackHelper()
try:
gtk.main()
except KeyboardInterrupt:
print 'Ctrl+C pressed, exiting...'
+ del tbh