Python 3 - a number of fixes for running the ScientificPython modules in relax on Python 2 and 3.
This includes relative imports, converting raise statements to function calls, removal of the use of
many string module functions which do not exist in Python 3, etc.