summaryrefslogtreecommitdiffstats
path: root/bin/dispatch-conf
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-25 05:29:02 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-25 05:29:02 +0000
commit6379e5dd27b5fd76939ac7d3a0ba07520451cd90 (patch)
tree27fa3c4348002b83efbb3239fb4218adb62cc4c7 /bin/dispatch-conf
parentf4d22626f9815776991ff051a8bde162af7b4be8 (diff)
downloadportage-6379e5dd27b5fd76939ac7d3a0ba07520451cd90.tar.gz
portage-6379e5dd27b5fd76939ac7d3a0ba07520451cd90.tar.bz2
portage-6379e5dd27b5fd76939ac7d3a0ba07520451cd90.zip
Use list comprehensions instead of filter() or map() in some places for compatibility with Python 3.
svn path=/main/trunk/; revision=14421
Diffstat (limited to 'bin/dispatch-conf')
-rwxr-xr-xbin/dispatch-conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dispatch-conf b/bin/dispatch-conf
index 5247cdb60..bf4cac611 100755
--- a/bin/dispatch-conf
+++ b/bin/dispatch-conf
@@ -205,7 +205,7 @@ class dispatch:
else:
return True
- confs = filter (f, confs)
+ confs = [x for x in confs if f(x)]
#
# Interactively process remaining