mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-05 06:15:19 +00:00
codegen: added MartinM2 to the test harness
This commit is contained in:
parent
d540abd852
commit
40768cb57a
1 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue