backend stateful

This commit is contained in:
Nicolas Duhamel 2011-04-11 14:37:24 +02:00 committed by Romain Bignon
commit 27876970f3
4 changed files with 19 additions and 17 deletions

View file

@ -67,5 +67,5 @@ class ICapCollection(IBaseCap):
def change_working_collection(self, splited_path):
raise NotImplementedError()
def iter_resources(self):
def iter_resources(self, splited_path):
raise NotImplementedError()