summaryrefslogtreecommitdiff
path: root/bin/equery
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-12-20 17:12:31 -0500
committerMatt Turner <mattst88@gentoo.org>2020-12-20 17:12:31 -0500
commitd21a2fa94f571100e30f5b755e5050246bcfbbdd (patch)
tree182c335eea3ec0daa71566d1cb765d82d34ff27c /bin/equery
parentf14b6198d1dd9cb7f4a83f3822e4a1782a5581e8 (diff)
downloadgentoolkit-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/equery')
-rwxr-xr-xbin/equery2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/equery b/bin/equery
index 292321e..77371d1 100755
--- a/bin/equery
+++ b/bin/equery
@@ -10,8 +10,6 @@ information about packages, such as the files they own, their USE flags,
the MD5 sum of each file owned by a given package, and many other things.
"""
-from __future__ import print_function
-
import os
import sys
# This block ensures that ^C interrupts are handled quietly.