mailr13431 - in /branches/gui_testing/prompt: deselect.py select.py


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

Header


Content

Posted by edward on July 06, 2011 - 10:03:
Author: bugman
Date: Wed Jul  6 10:03:00 2011
New Revision: 13431

URL: http://svn.gna.org/viewcvs/relax?rev=13431&view=rev
Log:
Missing imports of _build_doc()


Modified:
    branches/gui_testing/prompt/deselect.py
    branches/gui_testing/prompt/select.py

Modified: branches/gui_testing/prompt/deselect.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/prompt/deselect.py?rev=13431&r1=13430&r2=13431&view=diff
==============================================================================
--- branches/gui_testing/prompt/deselect.py (original)
+++ branches/gui_testing/prompt/deselect.py Wed Jul  6 10:03:00 2011
@@ -28,7 +28,7 @@
 from select import boolean_doc
 
 # relax module imports.
-from base_class import User_fn_class
+from base_class import User_fn_class, _build_doc
 import arg_check
 from generic_fns import selection
 

Modified: branches/gui_testing/prompt/select.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/prompt/select.py?rev=13431&r1=13430&r2=13431&view=diff
==============================================================================
--- branches/gui_testing/prompt/select.py (original)
+++ branches/gui_testing/prompt/select.py Wed Jul  6 10:03:00 2011
@@ -25,7 +25,7 @@
 __docformat__ = 'plaintext'
 
 # relax module imports.
-from base_class import User_fn_class
+from base_class import User_fn_class, _build_doc
 import arg_check
 from generic_fns import selection
 




Related Messages


Powered by MHonArc, Updated Wed Jul 06 10:40:02 2011