move core files to weboob.core
This commit is contained in:
parent
944662c4bf
commit
1955d1be59
25 changed files with 66 additions and 44 deletions
|
|
@ -22,7 +22,7 @@ from xml.dom import minidom
|
|||
# TODO store datetime objects instead of strings
|
||||
# from datetime import datetime
|
||||
|
||||
from weboob.backend import BaseBackend
|
||||
from weboob.core.backend import BaseBackend
|
||||
from weboob.capabilities.weather import ICapWeather, CityNotFound, Current, Forecast
|
||||
|
||||
class YWeatherBackend(BaseBackend, ICapWeather):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue