s/IBaseCap/CapBase/ (refs #1424)
This commit is contained in:
parent
0f90d6e9dd
commit
e5f11a15eb
31 changed files with 63 additions and 63 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from .base import IBaseCap, BaseObject, StringField, Field
|
||||
from .base import CapBase, BaseObject, StringField, Field
|
||||
from .date import DateField
|
||||
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ class Revision(BaseObject):
|
|||
minor = Field('Is this change minor?', bool)
|
||||
|
||||
|
||||
class CapContent(IBaseCap):
|
||||
class CapContent(CapBase):
|
||||
def get_content(self, id, revision=None):
|
||||
"""
|
||||
Get a content from an ID.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue