mailr7502 - /1.3/test_suite/system_tests/model_elimination.py


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

Header


Content

Posted by edward on October 05, 2008 - 11:31:
Author: bugman
Date: Sun Oct  5 11:31:08 2008
New Revision: 7502

URL: http://svn.gna.org/viewcvs/relax?rev=7502&view=rev
Log:
Missing import fix for the model elimination system test.


Modified:
    1.3/test_suite/system_tests/model_elimination.py

Modified: 1.3/test_suite/system_tests/model_elimination.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_elimination.py?rev=7502&r1=7501&r2=7502&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_elimination.py (original)
+++ 1.3/test_suite/system_tests/model_elimination.py Sun Oct  5 11:31:08 2008
@@ -26,6 +26,7 @@
 
 # relax module imports.
 from data import Relax_data_store; ds = Relax_data_store()
+from generic_fns.mol_res_spin import return_spin
 
 
 class Modelim(TestCase):




Related Messages


Powered by MHonArc, Updated Sun Oct 05 11:40:02 2008