mailr4613 - /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 10, 2008 - 17:52:
Author: bugman
Date: Thu Jan 10 17:52:15 2008
New Revision: 4613

URL: http://svn.gna.org/viewcvs/relax?rev=4613&view=rev
Log:
Added a missing RelaxError import and removed many unused ones.


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=4613&r1=4612&r2=4613&view=diff
==============================================================================
--- branches/N_state_model/prompt/n_state_model.py (original)
+++ branches/N_state_model/prompt/n_state_model.py Thu Jan 10 17:52:15 2008
@@ -26,7 +26,7 @@
 # relax module imports.
 import help
 from specific_fns import n_state_model
-from relax_errors import RelaxError, RelaxBinError, RelaxFloatError, 
RelaxIntError, RelaxNoneStrError, RelaxNumTupleError, RelaxStrError
+from relax_errors import RelaxBoolError, RelaxStrError
 
 
 class N_state_model:




Related Messages


Powered by MHonArc, Updated Thu Jan 10 19:40:15 2008