fix regexp of config

This commit is contained in:
Romain Bignon 2010-11-11 01:11:37 +01:00
commit d7fa7ce5ae
2 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ class LCLBrowser(BaseBrowser):
assert isinstance(self.password, basestring)
if not self.is_on_page(LoginPage):
self.home()
self.location('https://particuliers.secure.lcl.fr/', no_login=True)
self.page.login(self.agency, self.username, self.password)