LCL: fix login

Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
Pierre Mazière 2011-03-06 23:47:52 +01:00 committed by Romain Bignon
commit 360a2ce3b5
2 changed files with 8 additions and 1 deletions

View file

@ -29,6 +29,10 @@ class LoginPage(BasePage):
class LoginErrorPage(BasePage):
pass
class FramePage(BasePage):
pass
class AccountsPage(BasePage):
def get_list(self):
raise NotImplementedError()