From 14c95e42aa5a3e0eafe0856c989cfb3c3b511320 Mon Sep 17 00:00:00 2001 From: hello-binit <64861565+hello-binit@users.noreply.github.com> Date: Tue, 16 Jun 2020 16:57:29 -0400 Subject: [PATCH] Keeping future print for python3 conversion --- stretch_core/nodes/keyboard_teleop | 1 + stretch_core/nodes/stretch_driver | 1 + 2 files changed, 2 insertions(+) diff --git a/stretch_core/nodes/keyboard_teleop b/stretch_core/nodes/keyboard_teleop index 06de74f..7379662 100755 --- a/stretch_core/nodes/keyboard_teleop +++ b/stretch_core/nodes/keyboard_teleop @@ -1,4 +1,5 @@ #!/usr/bin/env python +from __future__ import print_function import math import keyboard as kb diff --git a/stretch_core/nodes/stretch_driver b/stretch_core/nodes/stretch_driver index 43e32c9..899afc0 100755 --- a/stretch_core/nodes/stretch_driver +++ b/stretch_core/nodes/stretch_driver @@ -1,4 +1,5 @@ #! /usr/bin/env python +from __future__ import print_function import yaml import numpy as np