svn+ssh://bugman@.../svn/relax/trunk
........
r22560 | bugman | 2014-03-27 11:20:20 +0100 (Thu, 27 Mar 2014) | 6 lines
Modified the python_multiversion_test_suite.py script to run the relax information printout.
This is to test out the info module on multiple Python versions and to have a record of the setup of
each Python version.
........
r22561 | bugman | 2014-03-27 11:27:34 +0100 (Thu, 27 Mar 2014) | 6 lines
Python 3 fixes for the info module.
The new processor_name() function was not compatible with Python 3 as the text read from STDOUT
needs to be 'decoded'.
........
r22562 | bugman | 2014-03-27 15:47:52 +0100 (Thu, 27 Mar 2014) | 3 lines
The variables in the relax_fit.h file are now all static.
........