summaryrefslogtreecommitdiffstats
path: root/Tools/pybench/Instances.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/pybench/Instances.py')
-rw-r--r--Tools/pybench/Instances.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/pybench/Instances.py b/Tools/pybench/Instances.py
index 1dfc82f..0a09b7b 100644
--- a/Tools/pybench/Instances.py
+++ b/Tools/pybench/Instances.py
@@ -26,7 +26,7 @@ class CreateInstances(Test):
self.e = b
self.f = c
- for i in xrange(self.rounds):
+ for i in range(self.rounds):
o = c()
o1 = c()
o2 = c()
@@ -62,5 +62,5 @@ class CreateInstances(Test):
self.e = b
self.f = c
- for i in xrange(self.rounds):
+ for i in range(self.rounds):
pass