rename BasePage.loaded() to on_loaded()

This commit is contained in:
Christophe Benz 2010-04-16 17:29:48 +02:00
commit 42de7aa5a3
16 changed files with 18 additions and 18 deletions

View file

@ -26,7 +26,7 @@ from weboob.tools.browser import BasePage
class AccountsList(BasePage):
LINKID_REGEXP = re.compile(".*ch4=(\w+).*")
def loaded(self):
def on_loaded(self):
pass
def get_list(self):