Author: bugman Date: Sat Jan 5 18:06:32 2008 New Revision: 4349 URL: http://svn.gna.org/viewcvs/relax?rev=4349&view=rev Log: Added the missing import of the relax data storage object into the pipe creation system test.
Modified: 1.3/test_suite/system_tests/test_pipe_create.py Modified: 1.3/test_suite/system_tests/test_pipe_create.py URL: http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/test_pipe_create.py?rev=4349&r1=4348&r2=4349&view=diff ============================================================================== --- 1.3/test_suite/system_tests/test_pipe_create.py (original) +++ 1.3/test_suite/system_tests/test_pipe_create.py Sat Jan 5 18:06:32 2008 @@ -23,6 +23,8 @@ # Python module imports. from unittest import TestCase +# relax module imports. +from data import Data as relax_data_store class Test_pipe_create(TestCase): """TestCase class for the functional tests of relax data pipes.""" _______________________________________________ relax (http://nmr-relax.com) This is the relax-commits mailing list relax-commits@gna.org To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-commits