Rename CapBase to Capability
This commit is contained in:
parent
a64c9f2edb
commit
44dffce7b2
31 changed files with 64 additions and 64 deletions
|
|
@ -29,7 +29,7 @@ from weboob.tools.ordereddict import OrderedDict
|
|||
|
||||
|
||||
__all__ = ['UserError', 'FieldNotFound', 'NotAvailable',
|
||||
'NotLoaded', 'CapBase', 'Field', 'IntField', 'DecimalField',
|
||||
'NotLoaded', 'Capability', 'Field', 'IntField', 'DecimalField',
|
||||
'FloatField', 'StringField', 'BytesField',
|
||||
'empty', 'BaseObject']
|
||||
|
||||
|
|
@ -152,7 +152,7 @@ class NotLoadedType(object):
|
|||
NotLoaded = NotLoadedType()
|
||||
|
||||
|
||||
class CapBase(object):
|
||||
class Capability(object):
|
||||
"""
|
||||
This is the base class for all capabilities.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue