mailr9367 - /1.3/prompt/check.py


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

Header


Content

Posted by edward on August 21, 2009 - 19:55:
Author: bugman
Date: Fri Aug 21 19:55:32 2009
New Revision: 9367

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


Modified:
    1.3/prompt/check.py

Modified: 1.3/prompt/check.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/check.py?rev=9367&r1=9366&r2=9367&view=diff
==============================================================================
--- 1.3/prompt/check.py (original)
+++ 1.3/prompt/check.py Fri Aug 21 19:55:32 2009
@@ -24,7 +24,7 @@
 """Argument checking functions for the relax user functions."""
 
 # relax module imports.
-from relax_errors import RelaxBoolError, RelaxFloatError, RelaxIntError, 
RelaxNoneFloatError, RelaxListNumError, RelaxNoneIntError, 
RelaxNoneListNumError, RelaxNoneStrError, RelaxStrError, RelaxTupleError, 
RelaxTupleNumError
+from relax_errors import RelaxBoolError, RelaxFloatError, RelaxIntError, 
RelaxNoneFloatError, RelaxListNumError, RelaxListStrError, RelaxNoneIntError, 
RelaxNoneListNumError, RelaxNoneListStrError, RelaxNoneStrError, 
RelaxStrError, RelaxTupleError, RelaxTupleNumError
 
 
 def is_bool(arg, name):




Related Messages


Powered by MHonArc, Updated Fri Aug 21 21:00:03 2009