Skip to content

Commit 84fec60

Browse files
committed
WIP: Python 2to3 (for now done manually)
1 parent a41daba commit 84fec60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

computer_hw/executables/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

3939
import rospy
4040

0 commit comments

Comments
 (0)