Roundup Tracker - Issues

Message2297

Author nerijus
Recipients
Date 2006-09-08.09:43:50
Message-id
In-reply-to
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
2009-02-03 14:21:51adminlinkissue1554630 messages
2009-02-03 14:21:51admincreate