svn+ssh://bugman@.../svn/relax/trunk
........
r19688 | bugman | 2013-05-15 17:38:19 +0200 (Wed, 15 May 2013) | 8 lines
Converted all of the specific analysis modules into packages.
The model-free and steady-state NOE analyses were already packages, and this now brings all other
analyses in line with the package design of specific_analyses. The only change is that the files
specific_analyses/x.py have been shifted to specific_analyses/x/__init__.py and the __all__ package
variable added.
........