Rename BasePage to Page
This commit is contained in:
parent
44dffce7b2
commit
444d36eee8
146 changed files with 525 additions and 525 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from weboob.tools.browser import BasePage, BrowserIncorrectPassword
|
||||
from weboob.tools.browser import Page, BrowserIncorrectPassword
|
||||
import urllib2
|
||||
import re
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ class BrowserAuthenticationCodeMaxLimit(BrowserIncorrectPassword):
|
|||
pass
|
||||
|
||||
|
||||
class AuthenticationPage(BasePage):
|
||||
class AuthenticationPage(Page):
|
||||
MAX_LIMIT = "vous avez atteint le nombre maximum "\
|
||||
"d'utilisation de l'authentification forte."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue