* wrap/python/ajax/spotcgi.in: Adjust for recent renamings.

This commit is contained in:
Alexandre Duret-Lutz 2015-12-04 08:09:10 +01:00
parent 5f45642a24
commit 871965c7fb

View file

@ -334,7 +334,7 @@ def print_stats(automaton, detinfo = False, ta = False):
stats = spot.stats_reachable(automaton) stats = spot.stats_reachable(automaton)
detinfo = False detinfo = False
else: else:
if (buchi_type == 't' and automaton.is_inherently_weak() and if (buchi_type == 't' and automaton.prop_inherently_weak() and
automaton.acc().is_buchi()): automaton.acc().is_buchi()):
unbufprint("Note: this is a weak automaton, using transition-based " unbufprint("Note: this is a weak automaton, using transition-based "
"or generalized acceptance does not bring any benefit." "or generalized acceptance does not bring any benefit."