33c33
< cpus = [ DerivO3CPU(cpu_id=i) for i in xrange(nb_cores) ]
---
> cpus = [ DerivO3CPU(cpu_id=i) for i in range(nb_cores) ]