mailr22139 - /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 06, 2014 - 16:17:
Author: bugman
Date: Thu Feb  6 16:17:49 2014
New Revision: 22139

URL: http://svn.gna.org/viewcvs/relax?rev=22139&view=rev
Log:
Small improvement for the devel_scripts/python_seek.py script.

The list of detected Python binaries files are now sorted prior to 
determining the installed
modules.


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=22139&r1=22138&r2=22139&view=diff
==============================================================================
--- trunk/devel_scripts/python_seek.py (original)
+++ trunk/devel_scripts/python_seek.py Thu Feb  6 16:17:49 2014
@@ -121,6 +121,9 @@
             # Add the file, avoiding duplicates.
             if file not in binaries:
                 binaries.append(file)
+
+        # Sort the list.
+        binaries.sort()
 
         # Return the file list.
         return binaries




Related Messages


Powered by MHonArc, Updated Fri Feb 07 09:00:04 2014