diff --git a/tools/odrive/dfu.py b/tools/odrive/dfu.py index 0b0a55be..6283b81a 100755 --- a/tools/odrive/dfu.py +++ b/tools/odrive/dfu.py @@ -3,6 +3,7 @@ Tool for flashing .hex files to the ODrive via the STM built-in USB DFU mode. """ +from __future__ import print_function import argparse import sys import time diff --git a/tools/odrive/tests.py b/tools/odrive/tests.py index 92dfc9b8..19c452aa 100644 --- a/tools/odrive/tests.py +++ b/tools/odrive/tests.py @@ -1,4 +1,4 @@ - +from __future__ import print_function import subprocess import shlex import math