Most __future__ imports are specific to Python 2

This commit is contained in:
Dimitri Papadopoulos 2022-07-17 08:24:08 +02:00 committed by Adrien Vergé
parent 3346843edc
commit 4c7b47daf3

View File

@ -13,8 +13,6 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
from __future__ import print_function
import argparse import argparse
import io import io
import locale import locale