--- a/Tasks/TaskViewer.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Tasks/TaskViewer.py Thu Aug 12 16:43:33 2010 +0200 @@ -329,7 +329,7 @@ """ Class implementing the task viewer. - @signal displayFile(string, integer) emitted to go to a file task + @signal displayFile(str, int) emitted to go to a file task """ displayFile = pyqtSignal(str, int)