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])
 


_______________________________________________
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