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,7 @@
import urllib2
from xml.dom import minidom
import os
# TODO store datetime objects instead of strings
# from datetime import datetime
@ -36,6 +37,7 @@ class YWeatherBackend(BaseBackend, ICapWeather):
VERSION = '0.1'
DESCRIPTION = 'Yahoo Weather'
LICENSE = 'GPLv3'
ICON = os.path.join(os.path.dirname(__file__), 'data/logo.png')
URL = 'http://weather.yahooapis.com/forecastrss?w=%s&u=%s'

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B