diff -r f710770e6e90 -r a4b772a0d801 interfaces.py --- a/interfaces.py Thu Mar 18 09:05:49 2010 +0100 +++ b/interfaces.py Thu Mar 18 09:07:10 2010 +0100 @@ -76,12 +76,14 @@ """returns a dictionary describing progress/estimated cost of the version. - mandatory keys are (''estimated', 'done', 'todo') - optional keys are ('notestimated', 'notestimatedcorrected', - 'estimatedcorrected') - 'noestimated' and 'notestimatedcorrected' should default to 0 - 'estimatedcorrected' should default to 'estimated' - """ + - mandatory keys are (''estimated', 'done', 'todo') + + - optional keys are ('notestimated', 'notestimatedcorrected', + 'estimatedcorrected') + + 'noestimated' and 'notestimatedcorrected' should default to 0 + 'estimatedcorrected' should default to 'estimated' + """ def finished(self): """returns True if status is finished"""