rename CapBaseObject to BaseObject (refs #1424)
This commit is contained in:
parent
4529735935
commit
51958135cb
44 changed files with 183 additions and 183 deletions
|
|
@ -17,12 +17,12 @@
|
|||
# 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 CapBaseObject, IBaseCap, StringField, DateField
|
||||
from .base import BaseObject, IBaseCap, StringField, DateField
|
||||
|
||||
__all__ = ['BaseJobAdvert', 'ICapJob']
|
||||
|
||||
|
||||
class BaseJobAdvert(CapBaseObject):
|
||||
class BaseJobAdvert(BaseObject):
|
||||
"""
|
||||
Represents a job announce.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue