Python 3 fix for the relax_fit_exp_3param_inv_neg.py system test script.
The xrange() function does not exist in Python 3, so was replaced by range().
Authored by: bugman 2014-11-30
Parent: [r26874]
Child: [r26876]