Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
d2e43c3b
Commit
d2e43c3b
authored
Jan 13, 2014
by
Alexandre Lewkowicz
Committed by
Alexandre Duret-Lutz
Jan 13, 2014
Browse files
python: use new print syntax.
* wrap/python/tests/alarm.py: Here.
parent
72b616c8
Changes
1
Show whitespace changes
Inline
Side-by-side
wrap/python/tests/alarm.py
View file @
d2e43c3b
...
...
@@ -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
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment