__future__ print functions no longer need importing.

This commit is contained in:
Chris PeBenito 2017-09-24 20:40:29 -04:00
parent 856b56accb
commit cc313f9791
7 changed files with 2 additions and 7 deletions

1
sediff
View File

@ -17,7 +17,6 @@
# along with SETools. If not, see <http://www.gnu.org/licenses/>.
#
from __future__ import print_function
import setools
import argparse
import sys

1
sedta
View File

@ -17,7 +17,6 @@
# along with SETools. If not, see <http://www.gnu.org/licenses/>.
#
from __future__ import print_function
import sys
import argparse
import logging

1
seinfo
View File

@ -17,7 +17,6 @@
# along with SETools. If not, see <http://www.gnu.org/licenses/>.
#
from __future__ import print_function
import setools
import argparse
import sys

View File

@ -17,7 +17,6 @@
# along with SETools. If not, see <http://www.gnu.org/licenses/>.
#
from __future__ import print_function
import setools
import argparse
import sys

View File

@ -17,7 +17,6 @@
# along with SETools. If not, see <http://www.gnu.org/licenses/>.
#
from __future__ import print_function
import setools
import argparse
import sys

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3
from __future__ import print_function
import glob
from setuptools import setup
import distutils.log as log

View File

@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with SETools. If not, see <http://www.gnu.org/licenses/>.
#
from __future__ import print_function
import copy
import os
import sys