python: use new print syntax.

* wrap/python/tests/alarm.py: Here.
This commit is contained in:
Alexandre Lewkowicz 2014-01-13 13:32:04 +00:00 committed by Alexandre Duret-Lutz
parent 72b616c8cc
commit d2e43c3b61

View file

@ -59,8 +59,8 @@ if child != 0:
exit(1)
# This is expected to take WAY more that 2s.
print "Before"
print("Before")
spot.ltl_to_tgba_fm(f, d, True)
print "After"
print("After")
exit(1)