Skip to content

Commit 1f77e71

Browse files
committed
fixup syntax error in python2 after 2to3 migration
fixup for 7d74c2e there is one use of `print(str, file=...)` after the transition.
1 parent 2361bf3 commit 1f77e71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pr2_computer_monitor/scripts/cpu_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
##\author Kevin Watts
3636

37-
from __future__ import with_statement
37+
from __future__ import with_statement, print_function
3838
import roslib
3939
roslib.load_manifest('pr2_computer_monitor')
4040

0 commit comments

Comments
 (0)