mailr13253 - /branches/gui_testing/gui/analyses/results_analysis.py


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

Header


Content

Posted by edward on June 28, 2011 - 11:25:
Author: bugman
Date: Tue Jun 28 11:25:39 2011
New Revision: 13253

URL: http://svn.gna.org/viewcvs/relax?rev=13253&view=rev
Log:
The color_code_noe() and model_free_results() fns no longer accept the self 
arg.

These are functions, not class methods!!!


Modified:
    branches/gui_testing/gui/analyses/results_analysis.py

Modified: branches/gui_testing/gui/analyses/results_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/results_analysis.py?rev=13253&r1=13252&r2=13253&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/results_analysis.py (original)
+++ branches/gui_testing/gui/analyses/results_analysis.py Tue Jun 28 11:25:39 
2011
@@ -35,7 +35,7 @@
 from gui.paths import IMAGE_PATH
 
 
-def color_code_noe(self, target_dir, pdb_file):
+def color_code_noe(target_dir, pdb_file):
     """Create PyMol Macro for NOE colouring."""
 
     # Open the macro file.
@@ -82,7 +82,7 @@
     file.close()
 
 
-def model_free_results(self, directory, pdbfile):
+def model_free_results(directory, pdbfile):
     """Create the model-free results."""
 
     # Load the interpreter.




Related Messages


Powered by MHonArc, Updated Tue Jun 28 11:40:03 2011