mailr12845 - /1.3/info.py


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

Header


Content

Posted by edward on June 03, 2011 - 17:48:
Author: bugman
Date: Fri Jun  3 17:48:41 2011
New Revision: 12845

URL: http://svn.gna.org/viewcvs/relax?rev=12845&view=rev
Log:
Removed Scientific python from the information printout from 'relax --info'.


Modified:
    1.3/info.py

Modified: 1.3/info.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/info.py?rev=12845&r1=12844&r2=12845&view=diff
==============================================================================
--- 1.3/info.py (original)
+++ 1.3/info.py Fri Jun  3 17:48:41 2011
@@ -220,13 +220,6 @@
         text = text + format1 % ('numpy', True)
         try:
             text = text + format2 % (dep_check.numpy.version.version, 
dep_check.numpy.__path__[0])
-        except:
-            text = text + '\n'
-
-        # ScientificPython.
-        text = text + format1 % ('ScientificPython', 
dep_check.scientific_module)
-        try:
-            text = text + format2 % (dep_check.Scientific.__version__, 
dep_check.Scientific.__path__[0])
         except:
             text = text + '\n'
 




Related Messages


Powered by MHonArc, Updated Fri Jun 03 18:00:02 2011