mailr22163 - /trunk/devel_scripts/python_seek.py


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

Header


Content

Posted by edward on February 07, 2014 - 18:47:
Author: bugman
Date: Fri Feb  7 18:47:33 2014
New Revision: 22163

URL: http://svn.gna.org/viewcvs/relax?rev=22163&view=rev
Log:
Changed the module ordering in the python_seek.py development script.


Modified:
    trunk/devel_scripts/python_seek.py

Modified: trunk/devel_scripts/python_seek.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/python_seek.py?rev=22163&r1=22162&r2=22163&view=diff
==============================================================================
--- trunk/devel_scripts/python_seek.py (original)
+++ trunk/devel_scripts/python_seek.py Fri Feb  7 18:47:33 2014
@@ -89,10 +89,10 @@
                 self.version_bmrblib(file)
             if 'Numeric' in self.module_list:
                 self.version_numeric(file)
+            if 'Scientific' in self.module_list:
+                self.version_scientific(file)
             if 'numpy' in self.module_list:
                 self.version_numpy(file)
-            if 'Scientific' in self.module_list:
-                self.version_scientific(file)
             if 'scipy' in self.module_list:
                 self.version_scipy(file)
             if 'wx' in self.module_list:




Related Messages


Powered by MHonArc, Updated Mon Feb 10 08:40:02 2014