mailr27181 - /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 - 18:46:
Author: tlinnet
Date: Wed Jan 14 18:46:40 2015
New Revision: 27181

URL: http://svn.gna.org/viewcvs/relax?rev=27181&view=rev
Log:
Changed import of nmrglue in __init__.py file.

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=27181&r1=27180&r2=27181&view=diff
==============================================================================
--- branches/nmrglue/extern/__init__.py (original)
+++ branches/nmrglue/extern/__init__.py Wed Jan 14 18:46:40 2015
@@ -24,10 +24,8 @@
 """External Python modules bundled with relax."""
 
 __all__ = [
+    'nmrglue',
     'numdifftools',
     'numpy_future',
     'sobol'
 ]
-
-# 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 19:00:02 2015