mailr13473 - /branches/gui_testing/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 July 07, 2011 - 10:42:
Author: bugman
Date: Thu Jul  7 10:42:58 2011
New Revision: 13473

URL: http://svn.gna.org/viewcvs/relax?rev=13473&view=rev
Log:
Removed the UF_base.setup() method as nothing is using it.


Modified:
    branches/gui_testing/gui/user_functions/base.py

Modified: branches/gui_testing/gui/user_functions/base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/base.py?rev=13473&r1=13472&r2=13473&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/base.py (original)
+++ branches/gui_testing/gui/user_functions/base.py Thu Jul  7 10:42:58 2011
@@ -40,12 +40,6 @@
         self.gui = gui
         self.interpreter = interpreter
 
-        # Specific set up.
-        self.setup()
-
-
-    def setup(self):
-        """Dummy method to be overwritten."""
 
 
 class UF_page(Wiz_page):




Related Messages


Powered by MHonArc, Updated Thu Jul 07 11:00:02 2011