--- a/Debugger/VariablesFilterDialog.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Debugger/VariablesFilterDialog.py Fri Oct 18 23:00:41 2013 +0200 @@ -59,8 +59,8 @@ """ Public slot to retrieve the current selections. - @return A tuple of lists of integer values. The first list is the locals variables - filter, the second the globals variables filter. + @return A tuple of lists of integer values. The first list is the + locals variables filter, the second the globals variables filter. """ lList = [] gList = []