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 -2
View File
@@ -1,6 +1,5 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function
import os, sys, subprocess, shutil
+1 -2
View File
@@ -1,6 +1,5 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function
import os, sys, subprocess, shutil, json
from glob import glob
-1
View File
@@ -1,4 +1,3 @@
from __future__ import print_function
import argparse, os, subprocess, sys, textwrap
import cibuildwheel
-1
View File
@@ -1,4 +1,3 @@
from __future__ import print_function
import os, shlex, subprocess, sys, textwrap, uuid
from collections import namedtuple
from .util import prepare_command, get_build_verbosity_extra_flags
-1
View File
@@ -1,4 +1,3 @@
from __future__ import print_function
import tempfile
import os, subprocess, shlex, sys, shutil
from collections import namedtuple
-1
View File
@@ -1,4 +1,3 @@
from __future__ import print_function
import os, tempfile, subprocess, shutil, sys
from collections import namedtuple
from glob import glob