fix opt groups

This commit is contained in:
Tobias Oberstein 2016-04-02 17:11:14 +02:00
parent b14e801cb7
commit 99dc0dfae9

View file

@ -3237,6 +3237,7 @@ _option_group_compatibility = optparse.OptionGroup(_options_parser, "SVG compati
_option_group_compatibility.add_option("--error-on-flowtext", _option_group_compatibility.add_option("--error-on-flowtext",
action="store_true", dest="error_on_flowtext", default=False, action="store_true", dest="error_on_flowtext", default=False,
help="In case the input SVG uses flow text, bail out with error. Otherwise only warn. (default: False)") help="In case the input SVG uses flow text, bail out with error. Otherwise only warn. (default: False)")
_options_parser.add_option_group(_option_group_compatibility)
def maybe_gziped_file(filename, mode="r"): def maybe_gziped_file(filename, mode="r"):