From 39ef119515e6315d0f8c771e6c522e71f98a3d71 Mon Sep 17 00:00:00 2001 From: Brandon Kinman Date: Sun, 8 Apr 2018 15:29:49 -0700 Subject: [PATCH] Making explore_odrive compatible with python27 --- tools/explore_odrive.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/explore_odrive.py b/tools/explore_odrive.py index 9efaebb7..ebe23bf8 100755 --- a/tools/explore_odrive.py +++ b/tools/explore_odrive.py @@ -1,3 +1,5 @@ +from __future__ import print_function + #!/usr/bin/env python3 """ Load an odrive object to play with in the IPython interactive shell.