Skip to content

Updated usage of python xrange builtin for python3

Duncan Macleod requested to merge duncanmmacleod/lalsuite:python3-xrange into master

This merge updates all usage of xrange for python3 to range, and added from six.moves import range to the relevant import headers. Commits are separate for each sub-package as follows:

Merge request reports