mailr16666 - /1.3/specific_fns/model_free/main.py


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

Header


Content

Posted by edward on June 05, 2012 - 14:27:
Author: bugman
Date: Tue Jun  5 14:27:34 2012
New Revision: 16666

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


Modified:
    1.3/specific_fns/model_free/main.py

Modified: 1.3/specific_fns/model_free/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/main.py?rev=16666&r1=16665&r2=16666&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/main.py (original)
+++ 1.3/specific_fns/model_free/main.py Tue Jun  5 14:27:34 2012
@@ -38,7 +38,7 @@
 from maths_fns.mf import Mf
 from minfx.generic import generic_minimise
 import specific_fns
-from relax_errors import RelaxError, RelaxFuncSetupError, RelaxInfError, 
RelaxInvalidDataError, RelaxLenError, RelaxNaNError, RelaxNoModelError, 
RelaxNoPdbError, RelaxNoResError, RelaxNoSequenceError, RelaxNoSpinSpecError, 
RelaxNoTensorError, RelaxNoValueError, RelaxNoVectorsError, 
RelaxNucleusError, RelaxTensorError
+from relax_errors import RelaxError, RelaxFault, RelaxFuncSetupError, 
RelaxInfError, RelaxInvalidDataError, RelaxLenError, RelaxNaNError, 
RelaxNoModelError, RelaxNoPdbError, RelaxNoResError, RelaxNoSequenceError, 
RelaxNoSpinSpecError, RelaxNoTensorError, RelaxNoValueError, 
RelaxNoVectorsError, RelaxNucleusError, RelaxTensorError
 from relax_warnings import RelaxDeselectWarning
 
 




Related Messages


Powered by MHonArc, Updated Tue Jun 05 15:20:02 2012