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

@ -17,7 +17,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from .base import BaseObject, CapBase, StringField
from .base import BaseObject, Capability, StringField
from .date import DateField
__all__ = ['BaseJobAdvert', 'CapJob']
@ -68,7 +68,7 @@ class BaseJobAdvert(BaseObject):
return self.id2url(self.id)
class CapJob(CapBase):
class CapJob(Capability):
"""
Capability of job annouce websites.
"""