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

@ -19,8 +19,8 @@
from .base import IBaseCap, BaseObject, Field, StringField, FloatField, \
DateField, IntField, UserError
IntField, UserError
from .date import DateField
__all__ = ['MagnetOnly', 'Torrent', 'CapTorrent']