mailr13572 - in /branches/gui_testing/gui: misc.py wizard.py


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

Header


Content

Posted by edward on July 13, 2011 - 10:23:
Author: bugman
Date: Wed Jul 13 10:23:49 2011
New Revision: 13572

URL: http://svn.gna.org/viewcvs/relax?rev=13572&view=rev
Log:
The error_message() import was in the wrong module.


Modified:
    branches/gui_testing/gui/misc.py
    branches/gui_testing/gui/wizard.py

Modified: branches/gui_testing/gui/misc.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/misc.py?rev=13572&r1=13571&r2=13572&view=diff
==============================================================================
--- branches/gui_testing/gui/misc.py (original)
+++ branches/gui_testing/gui/misc.py Wed Jul 13 10:23:49 2011
@@ -31,6 +31,9 @@
 
 # relax module imports.
 from relax_errors import AllRelaxErrors
+
+# relax GUI module imports.
+from gui.message import error_message
 
 
 def add_border(box, border=0, packing=wx.VERTICAL):

Modified: branches/gui_testing/gui/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/wizard.py?rev=13572&r1=13571&r2=13572&view=diff
==============================================================================
--- branches/gui_testing/gui/wizard.py (original)
+++ branches/gui_testing/gui/wizard.py Wed Jul 13 10:23:49 2011
@@ -35,7 +35,6 @@
 # relax GUI module imports.
 from gui.controller import Redirect_text
 from gui.filedialog import openfile
-from gui.message import error_message
 from gui.misc import add_border, bool_to_gui, gui_to_int, int_to_gui, 
protected_exec, str_to_gui
 from gui import paths
 




Related Messages


Powered by MHonArc, Updated Wed Jul 13 10:40:01 2011