diff --git a/shell/session/Session.py b/shell/session/Session.py index 92f10b65..9b09a982 100644 --- a/shell/session/Session.py +++ b/shell/session/Session.py @@ -71,7 +71,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