Skip to content

weboob.browser.pages: LoginPage should inherit object, like LoggedPage

Woob Import requested to merge loginpage into master

LoginPage is rather a mixin, since subclassing LoginPage will most likely require to subclass a Page class anyway (like HTMLPage).

Should help fixing https://git.weboob.org/weboob/devel/issues/100 and https://git.weboob.org/weboob/stable/issues/4.

Merge request reports