Rename CapBase to Capability
This commit is contained in:
parent
a64c9f2edb
commit
44dffce7b2
31 changed files with 64 additions and 64 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
from weboob.tools.ordereddict import OrderedDict
|
||||
|
||||
from .base import CapBase, BaseObject, UserError, StringField, Field
|
||||
from .base import Capability, BaseObject, UserError, StringField, Field
|
||||
|
||||
|
||||
__all__ = ['CapCollection', 'BaseCollection', 'Collection', 'CollectionNotFound']
|
||||
|
|
@ -95,7 +95,7 @@ class Collection(BaseCollection):
|
|||
return u'Unknown collection'
|
||||
|
||||
|
||||
class CapCollection(CapBase):
|
||||
class CapCollection(Capability):
|
||||
def iter_resources_flat(self, objs, split_path, clean_only=False):
|
||||
"""
|
||||
Call iter_resources() to fetch all resources in the tree.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue