Drop __future__ imports, no longer needed

This commit is contained in:
Cole Robinson 2018-02-08 14:08:23 -05:00
parent dae8642bb1
commit 8e7b5ed2d8
6 changed files with 0 additions and 12 deletions

View File

@ -1,7 +1,5 @@
# Copyright (C) 2013, 2014 Red Hat, Inc.
from __future__ import print_function
import atexit
import os
import logging

View File

@ -1,5 +1,3 @@
from __future__ import print_function
import logging
import os
import re

View File

@ -15,8 +15,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301 USA.
from __future__ import print_function
import glob
import io
import os

View File

@ -19,8 +19,6 @@
# MA 02110-1301 USA.
#
from __future__ import print_function
import argparse
import logging
import os

View File

@ -19,8 +19,6 @@
# MA 02110-1301 USA.
#
from __future__ import print_function
from distutils.spawn import find_executable
import logging
import os

View File

@ -19,8 +19,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301 USA.
from __future__ import print_function
import argparse
import collections
import logging