rename BasePage.loaded() to on_loaded()
This commit is contained in:
parent
3b312923ea
commit
42de7aa5a3
16 changed files with 18 additions and 18 deletions
|
|
@ -28,7 +28,7 @@ class ProfilesListBase(PageBase):
|
|||
WITHOUT_PHOTO = 'http://s.adopteunmec.com/img/thumb0.gif'
|
||||
SHOW_WITHOUT_PHOTO = True
|
||||
|
||||
def loaded(self):
|
||||
def on_loaded(self):
|
||||
|
||||
self.id_list = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue