* wrap/python/cgi/ltl2tgba.in (default_translator): Default

to trans_fm.
(translators): Show trans_fm before trans_lacim.
This commit is contained in:
Alexandre Duret-Lutz 2004-02-02 19:31:58 +00:00
parent 26cf0145b7
commit dae794aad3
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
2004-02-02 Alexandre Duret-Lutz <adl@gnu.org>
* wrap/python/cgi/ltl2tgba.in (default_translator): Default
to trans_fm.
(translators): Show trans_fm before trans_lacim.
* wrap/python/cgi/ltl2tgba.in (print_stats): New function. Call
it to display the size of the generalized and degeneralized
automata.

View file

@ -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>