Hi Troels, Rather than using this import, the code would be much cleaner if extern.nmrglue.nmrglue_0_5.nmrglue was simply located at extern.nmrglue (see my comment at http://thread.gmane.org/gmane.science.nmr.relax.scm/24920/focus=7468). It will also force the size of the extern/nmrglue directory to be much more reasonable.
Cheers, Edward On 14 January 2015 at 17:05, <tlin...@nmr-relax.com> wrote: > Author: tlinnet > Date: Wed Jan 14 17:05:42 2015 > New Revision: 27171 > > URL: http://svn.gna.org/viewcvs/relax?rev=27171&view=rev > Log: > Changed loading of version 0.5 to be standard for nmrglue. > > Task #7873 (https://gna.org/task/index.php?7873): Write wrapper function to > nmrglue, to read .ft2 files and process them. > Homepage: http://www.nmrglue.com/ > Link to nmrglue discussion: > https://groups.google.com/forum/#!forum/nmrglue-discuss > The code is develop at Github: https://github.com/jjhelmus/nmrglue/ > Google code: https://code.google.com/p/nmrglue/ > Documentation: http://nmrglue.readthedocs.org/en/latest/index.html > > Modified: > branches/nmrglue/extern/__init__.py > > Modified: branches/nmrglue/extern/__init__.py > URL: > http://svn.gna.org/viewcvs/relax/branches/nmrglue/extern/__init__.py?rev=27171&r1=27170&r2=27171&view=diff > ============================================================================== > --- branches/nmrglue/extern/__init__.py (original) > +++ branches/nmrglue/extern/__init__.py Wed Jan 14 17:05:42 2015 > @@ -29,5 +29,5 @@ > 'sobol' > ] > > -# Import version 0.4 as standard version of nmrglue. > -from extern.nmrglue.nmrglue_0_4 import nmrglue as nmrglue > +# Import version 0.5 as standard version of nmrglue. > +from extern.nmrglue.nmrglue_0_5 import nmrglue as nmrglue > > > _______________________________________________ > relax (http://www.nmr-relax.com) > > This is the relax-commits mailing list > relax-comm...@gna.org > > To unsubscribe from this list, get a password > reminder, or change your subscription options, > visit the list information page at > https://mail.gna.org/listinfo/relax-commits _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-devel mailing list relax-devel@gna.org To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-devel