mailr8310 - /1.3/test_suite/unit_tests/_prompt/test_spin.py


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

Header


Content

Posted by sebastien . morin . 1 on January 07, 2009 - 18:02:
Author: semor
Date: Wed Jan  7 18:02:25 2009
New Revision: 8310

URL: http://svn.gna.org/viewcvs/relax?rev=8310&view=rev
Log:
A few more removals of unused imports.


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

Modified: 1.3/test_suite/unit_tests/_prompt/test_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_prompt/test_spin.py?rev=8310&r1=8309&r2=8310&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_prompt/test_spin.py (original)
+++ 1.3/test_suite/unit_tests/_prompt/test_spin.py Wed Jan  7 18:02:25 2009
@@ -24,9 +24,8 @@
 from unittest import TestCase
 
 # relax module imports.
-from data import Relax_data_store; ds = Relax_data_store()
 from prompt.spin import Spin
-from relax_errors import RelaxError, RelaxIntError, RelaxNoneIntError, 
RelaxNoPipeError, RelaxNoneStrError, RelaxStrError
+from relax_errors import RelaxIntError, RelaxNoneIntError, 
RelaxNoneStrError, RelaxStrError
 from test_suite.unit_tests.spin_testing_base import Spin_base_class
 
 # Unit test imports.




Related Messages


Powered by MHonArc, Updated Wed Jan 07 18:20:02 2009