backend stateful
This commit is contained in:
parent
6b3ac71621
commit
27876970f3
4 changed files with 19 additions and 17 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue