mailr6123 - /1.3/prompt/select.py


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

Header


Content

Posted by edward on May 07, 2008 - 15:47:
Author: bugman
Date: Wed May  7 15:34:52 2008
New Revision: 6123

URL: http://svn.gna.org/viewcvs/relax?rev=6123&view=rev
Log:
Fixed all the RelaxError imports.


Modified:
    1.3/prompt/select.py

Modified: 1.3/prompt/select.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/select.py?rev=6123&r1=6122&r2=6123&view=diff
==============================================================================
--- 1.3/prompt/select.py (original)
+++ 1.3/prompt/select.py Wed May  7 15:34:52 2008
@@ -26,7 +26,7 @@
 # relax module imports.
 import help
 from generic_fns import selection
-from relax_errors import RelaxBinError, RelaxError, RelaxIntError, 
RelaxListStrError, RelaxNoneIntStrError, RelaxNoneStrError, 
RelaxNoneStrListError, RelaxStrError
+from relax_errors import RelaxBoolError, RelaxNoneIntError, 
RelaxNoneStrError, RelaxStrError
 
 
 class Select:




Related Messages


Powered by MHonArc, Updated Wed May 07 16:00:16 2008