* 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
|
|
@ -1,5 +1,9 @@
|
||||||
2004-02-02 Alexandre Duret-Lutz <adl@gnu.org>
|
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
|
* wrap/python/cgi/ltl2tgba.in (print_stats): New function. Call
|
||||||
it to display the size of the generalized and degeneralized
|
it to display the size of the generalized and degeneralized
|
||||||
automata.
|
automata.
|
||||||
|
|
|
||||||
|
|
@ -103,10 +103,10 @@ options = [
|
||||||
('show_lbtt', 'convert automaton for LBTT', 0),
|
('show_lbtt', 'convert automaton for LBTT', 0),
|
||||||
]
|
]
|
||||||
|
|
||||||
default_translator = 'trans_lacim';
|
default_translator = 'trans_fm';
|
||||||
translators = [
|
translators = [
|
||||||
('trans_lacim', 'Convreur/LaCIM'),
|
|
||||||
('trans_fm', 'Convreur/FM'),
|
('trans_fm', 'Convreur/FM'),
|
||||||
|
('trans_lacim', 'Convreur/LaCIM'),
|
||||||
]
|
]
|
||||||
|
|
||||||
print """<FORM action="%s" method="post"><P>
|
print """<FORM action="%s" method="post"><P>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue