new function zone_information returns a list
This commit is contained in:
parent
4711206c55
commit
21bee4715a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ from rougail.annotator.target import TargetAnnotator
|
||||||
from rougail.annotator.param import ParamAnnotator
|
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):
|
class Annotator(TargetAnnotator, ParamAnnotator):
|
||||||
|
|
Loading…
Reference in a new issue