mailr4708 - /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 January 15, 2008 - 10:46:
Author: bugman
Date: Tue Jan 15 10:36:24 2008
New Revision: 4708

URL: http://svn.gna.org/viewcvs/relax?rev=4708&view=rev
Log:
Added the missing import of RelaxIntError.


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=4708&r1=4707&r2=4708&view=diff
==============================================================================
--- branches/N_state_model/prompt/n_state_model.py (original)
+++ branches/N_state_model/prompt/n_state_model.py Tue Jan 15 10:36:24 2008
@@ -26,7 +26,7 @@
 # relax module imports.
 import help
 from specific_fns import n_state_model
-from relax_errors import RelaxBoolError, RelaxStrError
+from relax_errors import RelaxBoolError, RelaxIntError, RelaxStrError
 
 
 class N_state_model:




Related Messages


Powered by MHonArc, Updated Tue Jan 15 11:00:16 2008