summaryrefslogtreecommitdiffstats
path: root/bin/portageq
diff options
context:
space:
mode:
Diffstat (limited to 'bin/portageq')
-rwxr-xr-xbin/portageq2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/portageq b/bin/portageq
index 6a0ec5eb0..59eedc59f 100755
--- a/bin/portageq
+++ b/bin/portageq
@@ -611,7 +611,7 @@ def main():
args = sys.argv[2:]
if args and not isinstance(args[0], unicode):
- for i in xrange(len(args)):
+ for i in range(len(args)):
args[i] = portage._unicode_decode(args[i])
try: