mailr3991 - /branches/N_state_model/test_suite/unit_tests/_prompt/test_align_tensor.py


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

Header


Content

Posted by edward on November 26, 2007 - 11:53:
Author: bugman
Date: Mon Nov 26 11:53:41 2007
New Revision: 3991

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


Modified:
    branches/N_state_model/test_suite/unit_tests/_prompt/test_align_tensor.py

Modified: 
branches/N_state_model/test_suite/unit_tests/_prompt/test_align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/test_suite/unit_tests/_prompt/test_align_tensor.py?rev=3991&r1=3990&r2=3991&view=diff
==============================================================================
--- branches/N_state_model/test_suite/unit_tests/_prompt/test_align_tensor.py 
(original)
+++ branches/N_state_model/test_suite/unit_tests/_prompt/test_align_tensor.py 
Mon Nov 26 11:53:41 2007
@@ -25,7 +25,7 @@
 
 # relax module imports.
 from prompt.align_tensor import Align_tensor
-from relax_errors import RelaxError, RelaxBinError, RelaxIntError, 
RelaxNumTupleError
+from relax_errors import RelaxError, RelaxBinError, RelaxIntError, 
RelaxNoneStrError, RelaxNumTupleError
 from test_suite.unit_tests.align_tensor_testing_base import 
Align_tensor_base_class
 
 # Unit test imports.




Related Messages


Powered by MHonArc, Updated Mon Nov 26 12:00:27 2007