Revert "Fix LCL backend (site change ?)"

This reverts commit 2eacb056c1.

Pierre told me that it brokes its own website account.
This commit is contained in:
Luc Didry 2011-10-11 00:22:50 +02:00 committed by Romain Bignon
commit 197443b6d7
2 changed files with 6 additions and 6 deletions

View file

@ -37,7 +37,7 @@ class LCLBrowser(BaseBrowser):
'https://particuliers.secure.lcl.fr/everest/UWBI/UWBIAccueil\?DEST=IDENTIFICATION': LoginResultPage,
'https://particuliers.secure.lcl.fr/outil/UWSP/Synthese/accesSynthese': AccountsPage,
'https://particuliers.secure.lcl.fr/outil/UWB2/Accueil\?DEST=INIT': FramePage,
'https://particuliers.secure.lcl.fr/outil/UWLM/ListeMouvementsPar/accesListeMouvementsPar.*': AccountHistoryPage,
'https://particuliers.secure.lcl.fr/outil/UWLM/ListeMouvementsPro/accesListeMouvementsPro.*': AccountHistoryPage,
}
def __init__(self, agency, *args, **kwargs):