mailr13086 - /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 June 17, 2011 - 10:55:
Author: bugman
Date: Fri Jun 17 10:55:18 2011
New Revision: 13086

URL: http://svn.gna.org/viewcvs/relax?rev=13086&view=rev
Log:
Missing import and fixed the initialisation of Wiz_panel.


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=13086&r1=13085&r2=13086&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/base.py (original)
+++ branches/gui_testing/gui/user_functions/base.py Fri Jun 17 10:55:18 2011
@@ -22,6 +22,9 @@
 
 # Module docstring.
 """Base class module for the user function GUI elements."""
+
+# relax GUI imports.
+from gui.wizard import Wiz_panel
 
 
 class UF_base:
@@ -57,4 +60,4 @@
         self.interpreter = parent.interpreter
 
         # Execute the base class method.
-        super(UF_panel, self).__init__(None, id=-1)
+        super(UF_panel, self).__init__()




Related Messages


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