DateField/TimeField/Delta are not really a base object

This commit is contained in:
Florent 2014-07-09 11:46:46 +02:00
commit 537b49e6bd
22 changed files with 102 additions and 66 deletions

View file

@ -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