mailr14765 - /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 September 29, 2011 - 12:05:
Author: bugman
Date: Thu Sep 29 12:05:47 2011
New Revision: 14765

URL: http://svn.gna.org/viewcvs/relax?rev=14765&view=rev
Log:
The relax information print out now includes the version and path info for 
the mpi4py and wx modules.

The mpi4py and wx modules are no longer deleted from the dep_check module.  
The version and path
info was being extracted from dep_check.mpi4py and dep_check.wx!


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=14765&r1=14764&r2=14765&view=diff
==============================================================================
--- 1.3/dep_check.py (original)
+++ 1.3/dep_check.py Thu Sep 29 12:05:47 2011
@@ -69,7 +69,6 @@
 # wx module.
 try:
     import wx
-    del wx
     wx_module = True
 except ImportError:
     wx_module = False
@@ -153,7 +152,6 @@
 # mpi4py.
 try:
     import mpi4py
-    del mpi4py
     mpi4py_module = True
 except ImportError, message:
     mpi4py_module = False




Related Messages


Powered by MHonArc, Updated Thu Sep 29 15:40:02 2011