Merge branch 'master' of ssh+git://git.symlink.me/var/git/pub/juke/weboob

This commit is contained in:
Romain Bignon 2010-04-14 00:44:55 +02:00
commit 9c828733ab
5 changed files with 27 additions and 15 deletions

View file

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
Copyright(C) 2010 Romain Bignon
Copyright(C) 2010 Romain Bignon, Julien Hebert
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -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,