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/ekeyword | |
| 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/ekeyword')
| -rwxr-xr-x | bin/ekeyword | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/ekeyword b/bin/ekeyword index 72b3f95..2e3c78e 100755 --- a/bin/ekeyword +++ b/bin/ekeyword @@ -13,8 +13,6 @@ the current list as they appear, and ebuilds are processed as they appear. """ -from __future__ import print_function - import os import sys # This block ensures that ^C interrupts are handled quietly. |
