mailr3471 - /1.3/test_suite/unit_tests/generic_fns/test_spin.py


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

Header


Content

Posted by edward on November 11, 2007 - 12:30:
Author: bugman
Date: Sun Nov 11 12:30:17 2007
New Revision: 3471

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


Modified:
    1.3/test_suite/unit_tests/generic_fns/test_spin.py

Modified: 1.3/test_suite/unit_tests/generic_fns/test_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/generic_fns/test_spin.py?rev=3471&r1=3470&r2=3471&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/generic_fns/test_spin.py (original)
+++ 1.3/test_suite/unit_tests/generic_fns/test_spin.py Sun Nov 11 12:30:17 
2007
@@ -26,7 +26,7 @@
 # relax module imports.
 from data import Data as relax_data_store
 from generic_fns import residue, spin
-from relax_errors import RelaxNoPipeError
+from relax_errors import RelaxError, RelaxNoPipeError
 
 
 




Related Messages


Powered by MHonArc, Updated Sun Nov 11 12:40:09 2007