Remove parse function

This commit is contained in:
Florent 2014-03-20 10:23:08 +01:00
commit dc7a83cba0
3 changed files with 22 additions and 20 deletions

View file

@ -28,8 +28,7 @@ __all__ = ['DresdenWetterBrowser']
class DresdenWetterBrowser(PagesBrowser):
BASEURL = 'http://www.dresden-wetter.de'
home = URL('/Current_Vantage_Pro.htm', StartPage)
home = URL('/Current_Vantage_Pro.htm', StartPage)
def get_sensors_list(self):
return self.home.stay_or_go().get_sensors_list()