codegen: added MartinM2 to the test harness

pull/7/merge
András Veres-Szentkirályi 2016-04-19 11:21:31 +02:00
rodzic d540abd852
commit 40768cb57a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -37,10 +37,10 @@ class Image(object):
def __str__(self):
return self.content
from pysstv.color import MartinM1
from pysstv.color import MartinM1, MartinM2
import re
supported = [MartinM1]
supported = [MartinM1, MartinM2]
ROW_RE = re.compile(r'ROW\(\d+\)')
def main(sstv_class=None):