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

@@ -5,14 +5,10 @@
# CONDITIONS OF ANY KIND, either express or implied.
# -*- coding: utf-8 -*-
from __future__ import print_function, unicode_literals
import os
import re
import socket
import sys
from builtins import input
from threading import Event, Thread
import netifaces