Python 3 support for the dispersion profiling scripts.
The xrange() builtin function does not exist in Python 3, so this is now aliased to range() which is the same thing.
Authored by: bugman 2014-06-18
Parent: [r24073]
Child: [r24075]