Opened 7 years ago
Closed 7 years ago
#1566 closed defect (fixed)
wcst_import should support python statements
Reported by: | Vlad Merticariu | Owned by: | Vlad Merticariu |
---|---|---|---|
Priority: | major | Milestone: | 9.4 |
Component: | wcst_import | Version: | development |
Keywords: | Cc: | Dimitar Misev, Bang Pham Huu | |
Complexity: | Medium |
Description
Currently, wcst_import only supports evaluating python expressions. It needs to support python statements as well (e.g. "from datetime import datetime, timedelta"), in order to allow using external modules in the expressions.
Change History (4)
comment:1 by , 7 years ago
Cc: | added |
---|---|
Component: | undecided → wcst_import |
Milestone: | → 9.4 |
comment:2 by , 7 years ago
comment:3 by , 7 years ago
I need it for the mars connection, where I must manually deduce all datetimes in a file, sent code for review.
Note:
See TracTickets
for help on using tickets.
how hard would it be to support this? I'd say it's better suited for 9.5