backend move to tools
This commit is contained in:
parent
1847ea5f34
commit
0028e48b61
12 changed files with 20 additions and 19 deletions
|
|
@ -22,8 +22,8 @@ from xml.dom import minidom
|
|||
# TODO store datetime objects instead of strings
|
||||
# from datetime import datetime
|
||||
|
||||
from weboob.core.backend import BaseBackend
|
||||
from weboob.capabilities.weather import ICapWeather, CityNotFound, Current, Forecast
|
||||
from weboob.tools.backend import BaseBackend
|
||||
|
||||
|
||||
__all__ = ['YWeatherBackend']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue