rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -21,7 +21,7 @@
|
|||
from .base import IBaseCap, BaseObject, StringField, IntField, UserError
|
||||
|
||||
|
||||
__all__ = ['Subtitle', 'ICapSubtitle']
|
||||
__all__ = ['Subtitle', 'CapSubtitle']
|
||||
|
||||
|
||||
class LanguageNotSupported(UserError):
|
||||
|
|
@ -48,7 +48,7 @@ class Subtitle(BaseObject):
|
|||
BaseObject.__init__(self, id)
|
||||
self.name = name
|
||||
|
||||
class ICapSubtitle(IBaseCap):
|
||||
class CapSubtitle(IBaseCap):
|
||||
"""
|
||||
Subtitle providers.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue