--- a/Debugger/BreakPointViewer.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Debugger/BreakPointViewer.py Thu Aug 12 16:43:33 2010 +0200 @@ -21,7 +21,7 @@ Breakpoints will be shown with all their details. They can be modified through the context menu of this widget. - @signal sourceFile(string, int) emitted to show the source of a breakpoint + @signal sourceFile(str, int) emitted to show the source of a breakpoint """ sourceFile = pyqtSignal(str, int)