mailr13085 - /branches/gui_testing/gui/wizard.py


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

Header


Content

Posted by edward on June 17, 2011 - 10:53:
Author: bugman
Date: Fri Jun 17 10:53:55 2011
New Revision: 13085

URL: http://svn.gna.org/viewcvs/relax?rev=13085&view=rev
Log:
The GUI and interpreter objects are no longer passed into Wiz_panel.

This is only for the user function specific classes, and is performed in 
UF_panel instead.


Modified:
    branches/gui_testing/gui/wizard.py

Modified: branches/gui_testing/gui/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/wizard.py?rev=13085&r1=13084&r2=13085&view=diff
==============================================================================
--- branches/gui_testing/gui/wizard.py (original)
+++ branches/gui_testing/gui/wizard.py Fri Jun 17 10:53:55 2011
@@ -99,12 +99,8 @@
     main_text = ''
     title = ''
 
-    def __init__(self, gui, interpreter):
+    def __init__(self):
         """Set up the window."""
-
-        # Store the args.
-        self.gui = gui
-        self.interpreter = interpreter
 
         # Execute the base class method.
         wx.Panel.__init__(self, None, id=-1)




Related Messages


Powered by MHonArc, Updated Fri Jun 17 11:00:02 2011