ADD plateform to disting late_reason and plateform

This commit is contained in:
Juke 2010-04-13 19:17:01 +02:00
commit 9363333b34
4 changed files with 22 additions and 11 deletions

View file

@ -59,6 +59,7 @@ class Departure(object):
self.arrival_station = u''
self.late = time()
self.information = u''
self.plateform = u''
def __repr__(self):
return "<Departure id='%s' type='%s' time='%s' departure='%s' arrival='%s'>" % (self.id,