Python 3 fix - the relax_errors.AllRelaxErrors object is now a proper tuple.
Due to bad coding, it was previously a nested tuple. This nested tuple worked in Python 2, but is fatal for Python 3.
Authored by: bugman 2012-10-02
Parent: [r17662]
Child: [r17664]