mailr12591 - /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 February 19, 2011 - 15:50:
Author: bugman
Date: Sat Feb 19 15:50:33 2011
New Revision: 12591

URL: http://svn.gna.org/viewcvs/relax?rev=12591&view=rev
Log:
Removed the Numeric module from the --info print out as it is completely 
unused now.


Modified:
    1.3/info.py

Modified: 1.3/info.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/info.py?rev=12591&r1=12590&r2=12591&view=diff
==============================================================================
--- 1.3/info.py (original)
+++ 1.3/info.py Sat Feb 19 15:50:33 2011
@@ -255,13 +255,6 @@
         text = text + format1 % ('optparse', True)
         try:
             text = text + format2 % (dep_check.optparse.__version__, 
dep_check.optparse.__file__)
-        except:
-            text = text + '\n'
-
-        # Numeric.
-        text = text + format1 % ('Numeric', dep_check.numeric_module)
-        try:
-            text = text + format2 % (dep_check.Numeric.__version__, 
dep_check.Numeric.__file__)
         except:
             text = text + '\n'
 




Related Messages


Powered by MHonArc, Updated Sat Feb 19 16:00:02 2011