1c1
< # Copyright (c) 2006-2007 The Regents of The University of Michigan
---
> # Copyright (c) 2006-2008 The Regents of The University of Michigan
40c40
< TmpClass = TimingSimpleCPU
---
> class TmpClass(TimingSimpleCPU): pass
45c45
< TmpClass = DerivO3CPU
---
> class TmpClass(DerivO3CPU): pass
47c47
< TmpClass = AtomicSimpleCPU
---
> class TmpClass(AtomicSimpleCPU): pass
56c56
< TmpClass = AtomicSimpleCPU
---
> class TmpClass(AtomicSimpleCPU): pass