* wrap/python/cgi/ltl2tgba.in (default_translator): Default
to trans_fm. (translators): Show trans_fm before trans_lacim.
This commit is contained in:
parent
26cf0145b7
commit
dae794aad3
2 changed files with 6 additions and 2 deletions
|
|
@ -103,10 +103,10 @@ options = [
|
|||
('show_lbtt', 'convert automaton for LBTT', 0),
|
||||
]
|
||||
|
||||
default_translator = 'trans_lacim';
|
||||
default_translator = 'trans_fm';
|
||||
translators = [
|
||||
('trans_lacim', 'Convreur/LaCIM'),
|
||||
('trans_fm', 'Convreur/FM'),
|
||||
('trans_lacim', 'Convreur/LaCIM'),
|
||||
]
|
||||
|
||||
print """<FORM action="%s" method="post"><P>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue