backend move to tools

This commit is contained in:
Christophe Benz 2010-07-12 03:10:49 +02:00
commit 0028e48b61
12 changed files with 20 additions and 19 deletions

View file

@ -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']