mailr27171 - /branches/nmrglue/extern/__init__.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on January 14, 2015 - 17:05:
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




Related Messages


Powered by MHonArc, Updated Wed Jan 14 17:20:03 2015