svn+ssh://bugman@.../svn/relax/trunk
........
r22608 | bugman | 2014-03-28 22:01:56 +0100 (Fri, 28 Mar 2014) | 6 lines
Fixes for the specific analysis API unit tests.
The 'instance' variable used for the singleton design pattern is skipped in the method and object
checks.
........
r22609 | bugman | 2014-03-28 22:03:42 +0100 (Fri, 28 Mar 2014) | 9 lines
Redesign of the specific analysis API.
All parts of relax using this API now work with the API objects directly. The
specific_analyses.setup module has been renamed to specific_analyses.api and the get_specific_fn()
function has been eliminated. Instead of calling this, the different parts of relax now obtain the
API object by calling the new return_api() function. This results in a large cleanup of the API -
method names are no longer changed to a different name.
........