* python/ajax/spotcgi.in: Rename acc.is_tt() to acc.is_t().

This commit is contained in:
Alexandre Duret-Lutz 2016-01-15 08:50:48 +01:00
parent f5d156abf2
commit c22ef61037

View file

@ -364,7 +364,7 @@ def print_stats(automaton, detinfo = False, ta = False):
unbufprint(", acceptance condition: Büchi")
else:
unbufprint(", acceptance condition: " + str(acc))
if acc.is_tt():
if acc.is_t():
unbufprint(" (all cycles are accepting)")
unbufprint("</p>\n")
# Decide whether we will render the automaton or not.