new function zone_information returns a list

This commit is contained in:
Emmanuel Garette 2021-05-16 06:53:40 +02:00
parent 4711206c55
commit 21bee4715a
1 changed files with 1 additions and 1 deletions

View File

@ -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):