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


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

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

Reply via email to