mailr13607 - /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 13, 2011 - 20:17:
Author: bugman
Date: Wed Jul 13 20:16:59 2011
New Revision: 13607

URL: http://svn.gna.org/viewcvs/relax?rev=13607&view=rev
Log:
Missing import of the status object.


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=13607&r1=13606&r2=13607&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/base.py (original)
+++ branches/gui_testing/gui/user_functions/base.py Wed Jul 13 20:16:59 2011
@@ -31,6 +31,7 @@
 
 # relax module imports.
 from prompt.base_class import _strip_lead
+from status import Status; status = Status()
 
 # relax GUI imports.
 from gui.misc import str_to_gui




Related Messages


Powered by MHonArc, Updated Thu Jul 14 11:20:02 2011