Use new vdate in modules instead of _val

This commit is contained in:
Laurent Bachelier 2013-07-29 19:23:58 +02:00 committed by Romain Bignon
commit 5cbebe0117
2 changed files with 4 additions and 3 deletions

View file

@ -190,7 +190,7 @@ class HistoryPage(BEPage):
date = datetime.strptime(tddate, '%d/%m/%Y')
val = datetime.strptime(tdval, '%d/%m/%Y')
t.parse(date, tdlabel)
t._val = val # FIXME is it rdate? date?
t.vdate = val
yield t