62c62
< cpus = [ TimingSimpleCPU(cpu_id=i) for i in xrange(nb_cores) ]
---
> cpus = [ TimingSimpleCPU(cpu_id=i) for i in range(nb_cores) ]