Remove the threadframe stuff which went unused.

This commit is contained in:
Marco Pesenti Gritti
2007-04-06 20:13:37 +02:00
parent 9c0e0783db
commit c9c1117872
14 changed files with 1 additions and 352 deletions
-5
View File
@@ -848,17 +848,12 @@ class PresenceService(object):
def main():
from sugar import TracebackUtils
loop = gobject.MainLoop()
ps = PresenceService()
tbh = TracebackUtils.TracebackHelper()
try:
loop.run()
except KeyboardInterrupt:
print 'Ctrl+C pressed, exiting...'
del tbh
if __name__ == "__main__":
main()