remove old Python2 __future__ statements

This commit is contained in:
Alexandre Detiste
2024-02-15 16:53:34 +01:00
parent f2f7c1dd48
commit b856238110
238 changed files with 0 additions and 818 deletions

View File

@ -21,7 +21,6 @@
# Install 'click' first. I run this with py2, but py3 might work too, if the
# wheels can be built with py3.
from __future__ import unicode_literals, print_function
import os, sys, subprocess, json, tempfile, zipfile, re, itertools
import email.parser
from pprint import pprint