s/IBaseCap/CapBase/ (refs #1424)
This commit is contained in:
parent
0f90d6e9dd
commit
e5f11a15eb
31 changed files with 63 additions and 63 deletions
|
|
@ -29,7 +29,7 @@ from weboob.tools.ordereddict import OrderedDict
|
|||
|
||||
|
||||
__all__ = ['UserError', 'FieldNotFound', 'NotAvailable',
|
||||
'NotLoaded', 'IBaseCap', 'Field', 'IntField', 'DecimalField',
|
||||
'NotLoaded', 'CapBase', 'Field', 'IntField', 'DecimalField',
|
||||
'FloatField', 'StringField', 'BytesField',
|
||||
'empty', 'BaseObject']
|
||||
|
||||
|
|
@ -146,7 +146,7 @@ class NotLoadedType(object):
|
|||
NotLoaded = NotLoadedType()
|
||||
|
||||
|
||||
class IBaseCap(object):
|
||||
class CapBase(object):
|
||||
"""
|
||||
This is the base class for all capabilities.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue