tools: remove the dependency on the future package

This commit is contained in:
simon.chupin
2022-07-07 14:45:09 +02:00
parent c25c254666
commit 35dda59209
29 changed files with 35 additions and 143 deletions

View File

@@ -19,13 +19,10 @@ The test env Example_ShieldBox do need the following config::
apc_ip: "192.168.1.88"
pc_nic: "eth0"
"""
from __future__ import division, unicode_literals
import os
import re
import subprocess
import time
from builtins import range, str
import ttfw_idf
from idf_iperf_test_util import Attenuator, IperfUtility, PowerControl, TestReport