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
|
|
@ -24,7 +24,8 @@ import re
|
|||
|
||||
from weboob.tools.compat import basestring, long
|
||||
|
||||
from .base import BaseObject, Field, StringField, DateField, DecimalField, IntField, UserError, Currency
|
||||
from .base import BaseObject, Field, StringField, DecimalField, IntField, UserError, Currency
|
||||
from .date import DateField
|
||||
from .collection import CapCollection
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue