mailr16340 - /branches/uf_redesign/gui/input_elements/sequence.py


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

Header


Content

Posted by edward on May 18, 2012 - 15:46:
Author: bugman
Date: Fri May 18 15:46:13 2012
New Revision: 16340

URL: http://svn.gna.org/viewcvs/relax?rev=16340&view=rev
Log:
Reintroduced some accidentally deleted imports.


Modified:
    branches/uf_redesign/gui/input_elements/sequence.py

Modified: branches/uf_redesign/gui/input_elements/sequence.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/input_elements/sequence.py?rev=16340&r1=16339&r2=16340&view=diff
==============================================================================
--- branches/uf_redesign/gui/input_elements/sequence.py (original)
+++ branches/uf_redesign/gui/input_elements/sequence.py Fri May 18 15:46:13 
2012
@@ -34,7 +34,7 @@
 # relax GUI module imports.
 from gui.components.combo_list import Combo_list
 from gui.fonts import font
-from gui.misc import gui_to_list, gui_to_tuple, list_to_gui, tuple_to_gui
+from gui.misc import float_to_gui, gui_to_float, gui_to_int, gui_to_list, 
gui_to_str, gui_to_tuple, int_to_gui, list_to_gui, str_to_gui, tuple_to_gui
 from gui import paths
 
 




Related Messages


Powered by MHonArc, Updated Fri May 18 16:00:02 2012