Nick Huber

Results 1 issues of Nick Huber

``` >>> import iptc >>> rule = iptc.Rule() >>> match = rule.create_match('comment') >>> match.comment = "don't" >>> match.comment "don\\'t" ``` This makes the comment on the rule when it is...