aboutsummaryrefslogtreecommitdiff
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 /pym/gentoolkit/test/eclean/test_search.py
parentmetadata.py: Fix duplicated use flag text bug 748129 (diff)
downloadgentoolkit-d21a2fa94f571100e30f5b755e5050246bcfbbdd.tar.gz
gentoolkit-d21a2fa94f571100e30f5b755e5050246bcfbbdd.tar.bz2
gentoolkit-d21a2fa94f571100e30f5b755e5050246bcfbbdd.zip
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 'pym/gentoolkit/test/eclean/test_search.py')
-rwxr-xr-xpym/gentoolkit/test/eclean/test_search.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pym/gentoolkit/test/eclean/test_search.py b/pym/gentoolkit/test/eclean/test_search.py
index 6dc26a2..ac6a886 100755
--- a/pym/gentoolkit/test/eclean/test_search.py
+++ b/pym/gentoolkit/test/eclean/test_search.py
@@ -9,9 +9,6 @@
# $Header$
-from __future__ import print_function
-
-
import unittest
import re
import os