s/IBaseCap/CapBase/ (refs #1424)
This commit is contained in:
parent
0f90d6e9dd
commit
e5f11a15eb
31 changed files with 63 additions and 63 deletions
|
|
@ -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, IBaseCap, StringField
|
||||
from .base import BaseObject, CapBase, StringField
|
||||
from .date import DateField
|
||||
|
||||
__all__ = ['BaseJobAdvert', 'CapJob']
|
||||
|
|
@ -68,7 +68,7 @@ class BaseJobAdvert(BaseObject):
|
|||
return self.id2url(self.id)
|
||||
|
||||
|
||||
class CapJob(IBaseCap):
|
||||
class CapJob(CapBase):
|
||||
"""
|
||||
Capability of job annouce websites.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue