Remove 'from __future__ import print_function' lines

This commit is contained in:
Yannick Jadoul
2020-02-04 11:58:52 +01:00
parent 48055273f1
commit 165e51aec5
6 changed files with 2 additions and 8 deletions
-1
View File
@@ -1,4 +1,3 @@
from __future__ import print_function
import tempfile
import os, subprocess, shlex, sys, shutil
from collections import namedtuple