add logo for each backends
This commit is contained in:
parent
310571e987
commit
490d0a6a39
23 changed files with 25 additions and 1 deletions
|
|
@ -15,6 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
import os
|
||||
|
||||
from weboob.capabilities.travel import ICapTravel, Station, Departure
|
||||
from weboob.tools.backend import BaseBackend
|
||||
|
|
@ -32,6 +33,7 @@ class CanalTPBackend(BaseBackend, ICapTravel):
|
|||
VERSION = '0.1'
|
||||
LICENSE = 'GPLv3'
|
||||
DESCRIPTION = "French trains"
|
||||
ICON = os.path.join(os.path.dirname(__file__), 'data/logo.png')
|
||||
BROWSER = CanalTP
|
||||
|
||||
def iter_station_search(self, pattern):
|
||||
|
|
|
|||
BIN
weboob/backends/canaltp/data/logo.png
Normal file
BIN
weboob/backends/canaltp/data/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue