Most __future__ imports are specific to Python 2

pull/483/head
Dimitri Papadopoulos 3 years ago
parent a09ad89268
commit 1a7fcce384
No known key found for this signature in database
GPG Key ID: 95998121D9D25F5D

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

Loading…
Cancel
Save