rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -23,7 +23,7 @@ from .base import IBaseCap, BaseObject, Field, StringField
|
|||
from weboob.tools.capabilities.streaminfo import StreamInfo
|
||||
|
||||
|
||||
__all__ = ['Radio', 'ICapRadio']
|
||||
__all__ = ['Radio', 'CapRadio']
|
||||
|
||||
|
||||
class Radio(BaseObject):
|
||||
|
|
@ -35,7 +35,7 @@ class Radio(BaseObject):
|
|||
current = Field('Current emission', StreamInfo)
|
||||
streams = Field('List of streams', list)
|
||||
|
||||
class ICapRadio(IBaseCap):
|
||||
class CapRadio(IBaseCap):
|
||||
"""
|
||||
Capability of radio websites.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue