Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-04-06 18:13:37 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-04-06 18:13:37 (GMT)
commitc9c1117872bf47920c348f8cd0a6f6e8e470fac7 (patch)
tree661e8291bd595f8694a568c473ad7619ae7526ee /shell/sugar-shell
parent9c0e0783dbbaa85bcbe94649281f69a26b656a3e (diff)
Remove the threadframe stuff which went unused.
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)