diff options
-rwxr-xr-x | bin/catalyst | 2 | ||||
-rwxr-xr-x | bin/catalyst.git | 2 | ||||
-rwxr-xr-x | bin/pylint | 2 | ||||
-rw-r--r-- | catalyst/log.py | 2 | ||||
-rwxr-xr-x | doc/make_target_table.py | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/bin/catalyst b/bin/catalyst index d3448fd8..228a913e 100755 --- a/bin/catalyst +++ b/bin/catalyst @@ -1,7 +1,5 @@ #!/usr/bin/python -OO -from __future__ import print_function - import sys # This block ensures that ^C interrupts are handled quietly. diff --git a/bin/catalyst.git b/bin/catalyst.git index eb6234b9..733ade15 100755 --- a/bin/catalyst.git +++ b/bin/catalyst.git @@ -5,8 +5,6 @@ """Run catalyst from git using local modules/scripts.""" -from __future__ import print_function - import os import sys import tempfile @@ -4,8 +4,6 @@ """Run pylint with the right settings.""" -from __future__ import print_function - import os import sys diff --git a/catalyst/log.py b/catalyst/log.py index d640dece..7956c28f 100644 --- a/catalyst/log.py +++ b/catalyst/log.py @@ -8,8 +8,6 @@ another level "notice" between warning & info, and all output goes through the "catalyst" logger. """ -from __future__ import print_function - import logging import logging.handlers import os diff --git a/doc/make_target_table.py b/doc/make_target_table.py index c4b49ad9..d1f97c9b 100755 --- a/doc/make_target_table.py +++ b/doc/make_target_table.py @@ -8,8 +8,6 @@ # source the testpath file then run "doc/make_target_table.py" -from __future__ import print_function - import glob import locale import os @@ -1,8 +1,6 @@ #!/usr/bin/env python """Catalyst is a release building tool used by Gentoo Linux""" -from __future__ import print_function - import codecs as _codecs from distutils.core import setup as _setup, Command as _Command from email.utils import parseaddr as _parseaddr |