DateField/TimeField/Delta are not really a base object
This commit is contained in:
parent
e12485dc84
commit
537b49e6bd
22 changed files with 102 additions and 66 deletions
|
|
@ -17,7 +17,8 @@
|
|||
# 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, DateField
|
||||
from .base import BaseObject, IBaseCap, StringField
|
||||
from .date import DateField
|
||||
|
||||
__all__ = ['BaseJobAdvert', 'CapJob']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue