rename CapBaseObject to BaseObject (refs #1424)
This commit is contained in:
parent
4529735935
commit
51958135cb
44 changed files with 183 additions and 183 deletions
|
|
@ -18,12 +18,12 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from weboob.capabilities.base import CapBaseObject, StringField
|
||||
from weboob.capabilities.base import BaseObject, StringField
|
||||
|
||||
__all__ = ['StreamInfo']
|
||||
|
||||
|
||||
class StreamInfo(CapBaseObject):
|
||||
class StreamInfo(BaseObject):
|
||||
"""
|
||||
Stream related information.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue