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,8 +17,9 @@
|
|||
# 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, StringField, DateField, IntField, FloatField, Field
|
||||
from .base import BaseObject, StringField, IntField, FloatField, Field
|
||||
from .collection import CapCollection, CollectionNotFound, Collection
|
||||
from .date import DateField
|
||||
|
||||
from datetime import time, datetime
|
||||
from weboob.tools.date import parse_date
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue