rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -22,7 +22,7 @@ from xml.dom import minidom
|
|||
from dateutil.parser import parse as parse_dt
|
||||
|
||||
|
||||
from weboob.capabilities.weather import ICapWeather, CityNotFound, Current, Forecast, City
|
||||
from weboob.capabilities.weather import CapWeather, CityNotFound, Current, Forecast, City
|
||||
from weboob.tools.backend import BaseBackend
|
||||
from weboob.tools.browser import StandardBrowser
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ from weboob.tools.browser import StandardBrowser
|
|||
__all__ = ['YahooBackend']
|
||||
|
||||
|
||||
class YahooBackend(BaseBackend, ICapWeather):
|
||||
class YahooBackend(BaseBackend, CapWeather):
|
||||
NAME = 'yahoo'
|
||||
MAINTAINER = u'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue