From 2fbb21db97a62d9cff5ced938a6183515f8934dd Mon Sep 17 00:00:00 2001 From: Florent Date: Tue, 13 Mar 2012 18:19:13 +0100 Subject: [PATCH] Capability changes --- modules/freemobile/backend.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/freemobile/backend.py b/modules/freemobile/backend.py index 047391c0..e290d46a 100644 --- a/modules/freemobile/backend.py +++ b/modules/freemobile/backend.py @@ -66,7 +66,10 @@ class FreeMobileBackend(BaseBackend, ICapBill): def iter_history(self, subscription): raise NotImplementedError() - def get_pdf(self, account): + def get_get_bill(self, subscription, id): + raise NotImplementedError() + + def iter_bill(self, subscription): raise NotImplementedError() # The subscription is actually useless, but maybe for the futur...