Rename iter_history of ICapBill to iter_bills_history

This commit is contained in:
Florent 2012-10-31 11:30:46 +01:00
commit 5809f1112a
6 changed files with 6 additions and 6 deletions

View file

@ -63,7 +63,7 @@ class LeclercMobileBackend(BaseBackend, ICapBill):
else:
raise SubscriptionNotFound()
def iter_history(self, subscription):
def iter_bills_history(self, subscription):
with self.browser:
for history in self.browser.get_history():
yield history