mailr14619 - /1.3/gui/user_functions/base.py


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

Header


Content

Posted by edward on September 09, 2011 - 15:24:
Author: bugman
Date: Fri Sep  9 15:24:06 2011
New Revision: 14619

URL: http://svn.gna.org/viewcvs/relax?rev=14619&view=rev
Log:
Removed the now useless UF_base.__init__() method.


Modified:
    1.3/gui/user_functions/base.py

Modified: 1.3/gui/user_functions/base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/user_functions/base.py?rev=14619&r1=14618&r2=14619&view=diff
==============================================================================
--- 1.3/gui/user_functions/base.py (original)
+++ 1.3/gui/user_functions/base.py Fri Sep  9 15:24:06 2011
@@ -42,13 +42,6 @@
 
 class UF_base:
     """User function GUI element base class."""
-
-    def __init__(self, gui):
-        """Set up the user function class."""
-
-        # Store the args.
-        self.gui = gui
-
 
     def get_title(self, base=None, fn=None):
         """Get the title for the wizard window from the user function 
documentation.




Related Messages


Powered by MHonArc, Updated Fri Sep 09 15:40:02 2011