py2.7compat: a few more files requiring print_function

This commit is contained in:
Josh Marshall
2018-08-09 16:01:18 +10:00
parent b8d0337b6c
commit 215103a8fe
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -1,4 +1,4 @@
from __future__ import print_function
import subprocess
import shlex
import math