Added missing traceback import

svn: r13440
This commit is contained in:
Doug Blank 2009-10-28 10:38:57 +00:00
parent e03cd66c2d
commit b5e9f4ddf0

View File

@ -257,6 +257,7 @@ class Gramplet(object):
self._idle_id = 0
return False
except Exception, e:
import traceback
print "Gramplet gave an error"
traceback.print_exc()
print "Continuing after gramplet error..."