mailr27033 - /branches/nmrglue/graphics/__init__.py


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

Header


Content

Posted by tlinnet on December 08, 2014 - 19:30:
Author: tlinnet
Date: Mon Dec  8 19:30:38 2014
New Revision: 27033

URL: http://svn.gna.org/viewcvs/relax?rev=27033&view=rev
Log:
Modified the __init__.py file for graphics, to be able to import nmrglue 
icons.

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/graphics/__init__.py

Modified: branches/nmrglue/graphics/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/nmrglue/graphics/__init__.py?rev=27033&r1=27032&r2=27033&view=diff
==============================================================================
--- branches/nmrglue/graphics/__init__.py       (original)
+++ branches/nmrglue/graphics/__init__.py       Mon Dec  8 19:30:38 2014
@@ -77,6 +77,8 @@
         path += 'relax_icons' + sep
     elif elements[0] == 'oxygen':
         path += 'oxygen_icons' + sep
+    elif elements[0] == 'nmrglue':
+        path += 'extern' + sep + 'nmrglue' + sep
     else:
         raise RelaxError("The icon type '%s' is unknown." % elements[0])
 




Related Messages


Powered by MHonArc, Updated Mon Dec 08 20:00:02 2014