mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-11 07:18:15 +00:00
__future__ print functions no longer need importing.
This commit is contained in:
parent
856b56accb
commit
cc313f9791
1
sediff
1
sediff
@ -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
1
sedta
@ -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
1
seinfo
@ -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
|
||||
|
@ -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
sesearch
1
sesearch
@ -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
|
||||
|
2
setup.py
2
setup.py
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
from __future__ import print_function
|
||||
|
||||
import glob
|
||||
from setuptools import setup
|
||||
import distutils.log as log
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user