Rename BasePage to Page

This commit is contained in:
Florent 2014-09-23 10:50:25 +02:00
commit 444d36eee8
146 changed files with 525 additions and 525 deletions

View file

@ -21,7 +21,7 @@
import re
from weboob.tools.browser import BasePage
from weboob.tools.browser import Page
from weboob.tools.capabilities.bank.transactions import FrenchTransaction
@ -33,7 +33,7 @@ class Transaction(FrenchTransaction):
]
class CardHistory(BasePage):
class CardHistory(Page):
def get_operations(self):
for form in self.document.xpath('//form[@name="marques"]'):
for tr in form.xpath('.//tbody/tr'):