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,8 +18,9 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from .base import IBaseCap, BaseObject, Field, StringField, DateField, \
|
||||
IntField, DeltaField, UserError
|
||||
from .base import IBaseCap, BaseObject, Field, StringField,\
|
||||
IntField, UserError
|
||||
from .date import DateField, DeltaField
|
||||
|
||||
|
||||
__all__ = ['IssueError', 'Project', 'User', 'Version', 'Status', 'Attachment',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue