mailr20121 - /trunk/dep_check.py


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

Header


Content

Posted by edward on June 14, 2013 - 16:55:
Author: bugman
Date: Fri Jun 14 16:55:53 2013
New Revision: 20121

URL: http://svn.gna.org/viewcvs/relax?rev=20121&view=rev
Log:
Removed the check for Numeric Python in the dep_check module.

This Python module not been used within relax for the better part of a 
decade.  This check is not
needed.


Modified:
    trunk/dep_check.py

Modified: trunk/dep_check.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/dep_check.py?rev=20121&r1=20120&r2=20121&view=diff
==============================================================================
--- trunk/dep_check.py (original)
+++ trunk/dep_check.py Fri Jun 14 16:55:53 2013
@@ -140,13 +140,6 @@
     scipy_module = True
 except:
     scipy_module = False
-
-# Numeric python package check.
-try:
-    import Numeric
-    numeric_module = True
-except ImportError:
-    numeric_module = False
 
 # VMD module imports.
 try:




Related Messages


Powered by MHonArc, Updated Fri Jun 14 17:00:02 2013