Compare commits
No commits in common. "4810a8d683ec87c71165eb4e552a7252ff5cb777" and "533c70aef241b5233a40ecc1f5e5c49775f92360" have entirely different histories.
4810a8d683
...
533c70aef2
|
@ -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', 'zone_information')
|
||||
CALC_MULTI = ('calc_value', 'calc_list', 'get_range', 'calc_val_first_value', 'unbound_filename')
|
||||
|
||||
|
||||
class Annotator(TargetAnnotator, ParamAnnotator):
|
||||
|
|
Loading…
Reference in New Issue