fix backends initialization

This commit is contained in:
Romain Bignon 2010-03-30 23:30:58 +02:00
commit 7d274c74b7
6 changed files with 4 additions and 15 deletions

View file

@ -29,9 +29,6 @@ class CanalTPBackend(Backend, ICapTravel):
VERSION = '1.0'
LICENSE = 'GPLv3'
def __init__(self, weboob):
Backend.__init__(self, weboob)
def iter_station_search(self, pattern):
canaltp = CanalTP()
for _id, name in canaltp.iter_station_search(pattern):