mailr12847 - /1.3/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 03, 2011 - 17:52:
Author: bugman
Date: Fri Jun  3 17:52:10 2011
New Revision: 12847

URL: http://svn.gna.org/viewcvs/relax?rev=12847&view=rev
Log:
Removed Scientific python from the dependency checking.


Modified:
    1.3/dep_check.py

Modified: 1.3/dep_check.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/dep_check.py?rev=12847&r1=12846&r2=12847&view=diff
==============================================================================
--- 1.3/dep_check.py (original)
+++ 1.3/dep_check.py Fri Jun  3 17:52:10 2011
@@ -128,21 +128,6 @@
     devnull_import = False
     devnull_import_message = message.args[0]
 
-# Scientific Python import.
-try:
-    import Scientific
-    scientific_module = True
-except ImportError:
-    scientific_module = False
-
-# Scientific Python PDB module import.
-try:
-    from Scientific.IO import PDB
-    del PDB
-    scientific_pdb_module = True
-except ImportError:
-    scientific_pdb_module = False
-
 # Scipy import.
 try:
     import scipy




Related Messages


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