Use @pagination

This commit is contained in:
Florent 2014-04-15 10:32:37 +02:00
commit 21fe640453
2 changed files with 3 additions and 2 deletions

View file

@ -51,4 +51,4 @@ class PoivyBrowser(LoginBrowser):
@need_login
def get_history(self):
self.history.stay_or_go()
return self.pagination(lambda: self.page.get_calls())
return self.page.get_calls()