add logo for backend INA

This commit is contained in:
Christophe Benz 2010-07-30 16:13:33 +02:00
commit ee4e2cf802
3 changed files with 6 additions and 0 deletions

View file

@ -17,6 +17,7 @@
from logging import debug
import os
from weboob.capabilities.video import ICapVideo
from weboob.tools.backend import BaseBackend
@ -34,6 +35,7 @@ class InaBackend(BaseBackend, ICapVideo):
VERSION = '0.1'
DESCRIPTION = 'INA french video archives'
LICENSE = 'GPLv3'
ICON = os.path.join(os.path.dirname(__file__), 'data/logo.gif')
BROWSER = InaBrowser