mailr9929 - /1.3/specific_fns/setup.py


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

Header


Content

Posted by edward on November 24, 2009 - 16:46:
Author: bugman
Date: Tue Nov 24 16:46:59 2009
New Revision: 9929

URL: http://svn.gna.org/viewcvs/relax?rev=9929&view=rev
Log:
Removed some unused methods from the API.


Modified:
    1.3/specific_fns/setup.py

Modified: 1.3/specific_fns/setup.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/setup.py?rev=9929&r1=9928&r2=9929&view=diff
==============================================================================
--- 1.3/specific_fns/setup.py (original)
+++ 1.3/specific_fns/setup.py Tue Nov 24 16:46:59 2009
@@ -225,14 +225,6 @@
         if eqi == 'deselect':
             function = inst.deselect
 
-        # Write results function (Columnar format).
-        if eqi == 'write_columnar_results':
-            function = inst.write_columnar_results
-
-        # Write results function (XML format).
-        #if eqi == 'write_xml_results':
-        #    function = inst.write_xml_results
-
     # Catch if the function is missing.
     except AttributeError:
         function = None




Related Messages


Powered by MHonArc, Updated Tue Nov 24 17:00:02 2009