Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell/sugar-shell')
-rwxr-xr-xshell/sugar-shell3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/sugar-shell b/shell/sugar-shell
index 19bcbae..f0cda4d 100755
--- a/shell/sugar-shell
+++ b/shell/sugar-shell
@@ -28,7 +28,6 @@ import gobject
from sugar import logger
from sugar import profile
from sugar import env
-from sugar import TracebackUtils
logger.cleanup()
logger.start('shell')
@@ -86,11 +85,9 @@ model = ShellModel()
service = ShellService(model)
shell = Shell(model)
-tbh = TracebackUtils.TracebackHelper()
try:
gtk.main()
except KeyboardInterrupt:
print 'Ctrl+C pressed, exiting...'
-del tbh
os.remove(dsba_file)