mailr5299 - /1.3/prompt/structure.py


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

Header


Content

Posted by edward on April 04, 2008 - 14:53:
Author: bugman
Date: Fri Apr  4 14:53:15 2008
New Revision: 5299

URL: http://svn.gna.org/viewcvs/relax?rev=5299&view=rev
Log:
Added a missing RelaxError import.


Modified:
    1.3/prompt/structure.py

Modified: 1.3/prompt/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/structure.py?rev=5299&r1=5298&r2=5299&view=diff
==============================================================================
--- 1.3/prompt/structure.py (original)
+++ 1.3/prompt/structure.py Fri Apr  4 14:53:15 2008
@@ -27,7 +27,7 @@
 import generic_fns.structure.geometric
 import generic_fns.structure.structure
 import help
-from relax_errors import RelaxBinError, RelaxFloatError, RelaxIntError, 
RelaxNoneIntError, RelaxNoneStrError, RelaxNumError, RelaxStrError
+from relax_errors import RelaxBinError, RelaxBoolError, RelaxFloatError, 
RelaxIntError, RelaxNoneIntError, RelaxNoneStrError, RelaxNumError, 
RelaxStrError
 
 
 class Structure:




Related Messages


Powered by MHonArc, Updated Fri Apr 04 15:20:09 2008