mailr5384 - /1.3/generic_fns/pymol.py


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

Header


Content

Posted by edward on April 07, 2008 - 18:28:
Author: bugman
Date: Mon Apr  7 18:28:21 2008
New Revision: 5384

URL: http://svn.gna.org/viewcvs/relax?rev=5384&view=rev
Log:
Added the missing self argument to the clear_history() method.


Modified:
    1.3/generic_fns/pymol.py

Modified: 1.3/generic_fns/pymol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/pymol.py?rev=5384&r1=5383&r2=5384&view=diff
==============================================================================
--- 1.3/generic_fns/pymol.py (original)
+++ 1.3/generic_fns/pymol.py Mon Apr  7 18:28:21 2008
@@ -37,7 +37,7 @@
     """Variable for storing the pymol command history."""
 
 
-    def clear_history():
+    def clear_history(self):
         """Method for clearing the PyMOL command history."""
 
         self.command_history = ""




Related Messages


Powered by MHonArc, Updated Mon Apr 07 18:40:11 2008