Rename CapBase to Capability

This commit is contained in:
Florent 2014-09-23 10:20:09 +02:00
commit 44dffce7b2
31 changed files with 64 additions and 64 deletions

View file

@ -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.