diff options
| author | Matt Turner <mattst88@gentoo.org> | 2020-12-20 17:12:31 -0500 |
|---|---|---|
| committer | Matt Turner <mattst88@gentoo.org> | 2020-12-20 17:12:31 -0500 |
| commit | d21a2fa94f571100e30f5b755e5050246bcfbbdd (patch) | |
| tree | 182c335eea3ec0daa71566d1cb765d82d34ff27c /bin/eclean-dist | |
| parent | f14b6198d1dd9cb7f4a83f3822e4a1782a5581e8 (diff) | |
| download | gentoolkit-d21a2fa94f571100e30f5b755e5050246bcfbbdd.tar.gz | |
Remove imports from __future__
gentoolkit supports only Python 3.6+ now, so these are not used.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'bin/eclean-dist')
| -rwxr-xr-x | bin/eclean-dist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/eclean-dist b/bin/eclean-dist index 715787b..90f9e55 100755 --- a/bin/eclean-dist +++ b/bin/eclean-dist @@ -4,9 +4,6 @@ Distributed under the terms of the GNU General Public License v2 """ -from __future__ import print_function - - # Meta: __author__ = "Thomas de Grenier de Latour (tgl), " + \ "modular re-write by: Brian Dolbec (dol-sen)" |
