mailr4959 - /branches/N_state_model/prompt/n_state_model.py


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

Header


Content

Posted by edward on February 12, 2008 - 14:53:
Author: bugman
Date: Tue Feb 12 14:53:39 2008
New Revision: 4959

URL: http://svn.gna.org/viewcvs/relax?rev=4959&view=rev
Log:
Added some missing RelaxError imports for the n_state_model.pivot_point() 
user function.


Modified:
    branches/N_state_model/prompt/n_state_model.py

Modified: branches/N_state_model/prompt/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/prompt/n_state_model.py?rev=4959&r1=4958&r2=4959&view=diff
==============================================================================
--- branches/N_state_model/prompt/n_state_model.py (original)
+++ branches/N_state_model/prompt/n_state_model.py Tue Feb 12 14:53:39 2008
@@ -26,7 +26,7 @@
 # relax module imports.
 import help
 from specific_fns import n_state_model_obj
-from relax_errors import RelaxBoolError, RelaxIntError, RelaxStrError
+from relax_errors import RelaxBoolError, RelaxIntError, RelaxLenError, 
RelaxListError, RelaxListNumError, RelaxStrError
 
 
 class N_state_model:




Related Messages


Powered by MHonArc, Updated Tue Feb 12 15:00:50 2008