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
|
|
@ -18,7 +18,8 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from .base import IBaseCap, BaseObject, StringField, DateField, Field
|
||||
from .base import IBaseCap, BaseObject, StringField, Field
|
||||
from .date import DateField
|
||||
|
||||
|
||||
__all__ = ['Content', 'Revision', 'CapContent']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue