Add "renew" in ICapBook and in boobooks

This commit is contained in:
Florent Fourcot 2012-03-15 22:34:34 +01:00 committed by Romain Bignon
commit bdcc5db8bb
2 changed files with 18 additions and 0 deletions

View file

@ -52,6 +52,9 @@ class ICapBook(ICapCollection):
def get_booked(self, _id):
raise NotImplementedError()
def renew_book(self, _id):
raise NotImplementedError()
def get_rented(self, _id):
raise NotImplementedError()