src/eric7/eric7_ide.py

branch
eric7
changeset 10428
a071d4065202
parent 10391
66e67cc6b161
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
238 def excepthook(excType, excValue, tracebackobj): 238 def excepthook(excType, excValue, tracebackobj):
239 """ 239 """
240 Global function to catch unhandled exceptions. 240 Global function to catch unhandled exceptions.
241 241
242 @param excType exception type 242 @param excType exception type
243 @type Class
243 @param excValue exception value 244 @param excValue exception value
245 @type Exception
244 @param tracebackobj traceback object 246 @param tracebackobj traceback object
247 @type Traceback
245 """ 248 """
246 from eric7 import Globals, Utilities 249 from eric7 import Globals, Utilities
247 from eric7.UI.Info import BugAddress 250 from eric7.UI.Info import BugAddress
248 251
249 # Workaround for a strange issue with QScintilla 252 # Workaround for a strange issue with QScintilla

eric ide

mercurial