summaryrefslogtreecommitdiffstats
path: root/Tools/pybench/NewInstances.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/pybench/NewInstances.py')
-rw-r--r--Tools/pybench/NewInstances.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/pybench/NewInstances.py b/Tools/pybench/NewInstances.py
index 258beba..9506da4 100644
--- a/Tools/pybench/NewInstances.py
+++ b/Tools/pybench/NewInstances.py
@@ -35,7 +35,7 @@ class CreateNewInstances(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()
@@ -71,5 +71,5 @@ class CreateNewInstances(Test):
self.e = b
self.f = c
- for i in xrange(self.rounds):
+ for i in range(self.rounds):
pass