fix compatibility with python2.5
This commit is contained in:
parent
ce52d2967e
commit
44ad8b5f63
4 changed files with 2 additions and 9 deletions
|
|
@ -18,6 +18,8 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
from weboob.capabilities.travel import ICapTravel, Station, Departure, RoadStep
|
||||
from weboob.tools.backend import BaseBackend
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue