summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/xfercommand001.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/xfercommand001.py')
-rw-r--r--test/pacman/tests/xfercommand001.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/xfercommand001.py b/test/pacman/tests/xfercommand001.py
index a645cf7f..0d244dc6 100644
--- a/test/pacman/tests/xfercommand001.py
+++ b/test/pacman/tests/xfercommand001.py
@@ -7,7 +7,7 @@ self.option['XferCommand'] = ['/usr/bin/curl %u > %o']
numpkgs = 10
pkgnames = []
-for i in xrange(numpkgs):
+for i in range(numpkgs):
name = "pkg_%s" % i
pkgnames.append(name)
p = pmpkg(name)