mailr13818 - /branches/gui_testing/gui/components/relax_data.py


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

Header


Content

Posted by edward on July 21, 2011 - 19:47:
Author: bugman
Date: Thu Jul 21 19:47:18 2011
New Revision: 13818

URL: http://svn.gna.org/viewcvs/relax?rev=13818&view=rev
Log:
Missing import.


Modified:
    branches/gui_testing/gui/components/relax_data.py

Modified: branches/gui_testing/gui/components/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/components/relax_data.py?rev=13818&r1=13817&r2=13818&view=diff
==============================================================================
--- branches/gui_testing/gui/components/relax_data.py (original)
+++ branches/gui_testing/gui/components/relax_data.py Thu Jul 21 19:47:18 2011
@@ -32,7 +32,7 @@
 from status import Status; status = Status()
 
 # relax GUI module imports.
-from gui.misc import add_border
+from gui.misc import add_border, str_to_gui
 from gui import paths
 
 




Related Messages


Powered by MHonArc, Updated Fri Jul 22 09:00:02 2011