add logo for each backends

This commit is contained in:
Romain Bignon 2010-07-31 16:22:14 +02:00
commit 490d0a6a39
23 changed files with 25 additions and 1 deletions

View file

@ -18,6 +18,8 @@
from __future__ import with_statement
import os
from weboob.capabilities.video import ICapVideo
from weboob.tools.backend import BaseBackend
@ -35,6 +37,7 @@ class YoujizzBackend(BaseBackend, ICapVideo):
VERSION = '0.1'
DESCRIPTION = 'Youjizz videos website'
LICENSE = 'GPLv3'
ICON = os.path.join(os.path.dirname(__file__), 'data/logo.png')
BROWSER = YoujizzBrowser

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB