pyflakes fixes

This commit is contained in:
Romain Bignon 2010-12-06 11:53:06 +01:00
commit f9fbd7646a
2 changed files with 2 additions and 4 deletions

View file

@ -18,11 +18,11 @@
from weboob.tools.browser import BasePage
from weboob.capabilities.weather import ICapWeather, Forecast, Current, City
from weboob.capabilities.weather import Forecast, Current, City
import datetime
__all__ = ['WeatherPage', 'CityResultPage']
__all__ = ['WeatherPage', 'CityPage']
class WeatherPage(BasePage):

View file

@ -16,8 +16,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
import urllib
#~ from .pages.compose import ClosePage, ComposePage, ConfirmPage, SentPage
#~ from .pages.login import LoginPage