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, Field, UserError
from .base import Capability, BaseObject, StringField, Field, UserError
__all__ = ['AccountRegisterError', 'Account', 'StatusField', 'CapAccount']
@ -56,7 +56,7 @@ class StatusField(object):
self.flags = flags
class CapAccount(CapBase):
class CapAccount(Capability):
"""
Capability for websites when you can create and manage accounts.