python: use new print syntax.
* wrap/python/tests/alarm.py: Here.
This commit is contained in:
parent
72b616c8cc
commit
d2e43c3b61
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue