Rename CapBase to Capability

This commit is contained in:
Florent 2014-09-23 10:20:09 +02:00
commit 44dffce7b2
31 changed files with 64 additions and 64 deletions

View file

@ -18,7 +18,7 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from .base import CapBase, BaseObject, StringField
from .base import Capability, BaseObject, StringField
__all__ = ['SongLyrics', 'CapLyrics']
@ -37,7 +37,7 @@ class SongLyrics(BaseObject):
self.title = title
class CapLyrics(CapBase):
class CapLyrics(Capability):
"""
Lyrics websites.
"""