Rename CapBase to Capability
This commit is contained in:
parent
a64c9f2edb
commit
44dffce7b2
31 changed files with 64 additions and 64 deletions
|
|
@ -19,7 +19,7 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from .base import CapBase, BaseObject, Field, StringField
|
||||
from .base import Capability, BaseObject, Field, StringField
|
||||
from weboob.tools.capabilities.streaminfo import StreamInfo
|
||||
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ class Radio(BaseObject):
|
|||
current = Field('Current emission', StreamInfo)
|
||||
streams = Field('List of streams', list)
|
||||
|
||||
class CapRadio(CapBase):
|
||||
class CapRadio(Capability):
|
||||
"""
|
||||
Capability of radio websites.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue