mailr17657 - /trunk/generic_fns/mol_res_spin.py


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

Header


Content

Posted by edward on October 02, 2012 - 11:53:
Author: bugman
Date: Tue Oct  2 11:53:17 2012
New Revision: 17657

URL: http://svn.gna.org/viewcvs/relax?rev=17657&view=rev
Log:
Python 3 fix for the generic_fns.mol_res_spin.parse_token() function.

Mixed lists for int and string can no longer be sorted.  This sort call is 
not needed anyway.


Modified:
    trunk/generic_fns/mol_res_spin.py

Modified: trunk/generic_fns/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/generic_fns/mol_res_spin.py?rev=17657&r1=17656&r2=17657&view=diff
==============================================================================
--- trunk/generic_fns/mol_res_spin.py (original)
+++ trunk/generic_fns/mol_res_spin.py Tue Oct  2 11:53:17 2012
@@ -2451,9 +2451,6 @@
 
                 # Append the element.
                 id_list.append(element)
-
-    # Sort the list.
-    id_list.sort()
 
     # Return the identifying list.
     return id_list




Related Messages


Powered by MHonArc, Updated Tue Oct 02 13:40:02 2012