Celtic Minstrel 42c48d1483 Move wmlxgettext to the data/tools directory so that it's automatically included in official packages
(cherry-picked from commit 59e78e556593cea7650998611640aeff3a6b288f)
2018-10-07 03:24:58 +00:00

6 lines
136 B
Python

class State:
def __init__(self, regex, run, iffail):
self.regex = regex
self.run = run
self.iffail = iffail