Roundup Tracker - Issues

Issue 1554630

classification
timespent.py patch
Type: Severity: normal
Components: Documentation Versions:
process
Status: closed fixed
:
: : nerijus
Priority: normal :

Created on 2006-09-08 09:43 by nerijus, last changed 2006-09-08 09:43 by nerijus.

Messages
msg2297 Author: [hidden] (nerijus) Date: 2006-09-08 09:43
In 
http://roundup.sourceforge.net/doc-1.0/customizing.html#adding-a-time-log-to-your-issues

timespent.py should be:

from roundup import date 
 
def totalTimeSpent(times): 
... 
    total = date.Interval('0d') 
...
History
Date User Action Args
2006-09-08 09:43:50nerijuscreate