new function zone_information returns a list
This commit is contained in:
parent
4711206c55
commit
21bee4715a
|
@ -32,7 +32,7 @@ from rougail.annotator.target import TargetAnnotator
|
|||
from rougail.annotator.param import ParamAnnotator
|
||||
|
||||
|
||||
CALC_MULTI = ('calc_value', 'calc_list', 'get_range', 'calc_val_first_value', 'unbound_filename')
|
||||
CALC_MULTI = ('calc_value', 'calc_list', 'get_range', 'calc_val_first_value', 'unbound_filename', 'zone_information')
|
||||
|
||||
|
||||
class Annotator(TargetAnnotator, ParamAnnotator):
|
||||
|
|
Loading…
Reference in New Issue