mailr20150 - in /trunk/test_suite/unit_tests: ./ _prompt/


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

Header


Content

Posted by edward on June 16, 2013 - 15:23:
Author: bugman
Date: Sun Jun 16 15:23:18 2013
New Revision: 20150

URL: http://svn.gna.org/viewcvs/relax?rev=20150&view=rev
Log:
More cleanups of unused imports throughout relax.


Modified:
    trunk/test_suite/unit_tests/_prompt/test_minimisation.py
    trunk/test_suite/unit_tests/_prompt/test_molmol.py
    trunk/test_suite/unit_tests/_prompt/test_n_state_model.py
    trunk/test_suite/unit_tests/_prompt/test_pymol.py
    trunk/test_suite/unit_tests/_prompt/test_relax_data.py
    trunk/test_suite/unit_tests/_prompt/test_spectrum.py
    trunk/test_suite/unit_tests/_prompt/test_spin.py
    trunk/test_suite/unit_tests/_prompt/test_structure.py
    trunk/test_suite/unit_tests/_prompt/test_value.py
    trunk/test_suite/unit_tests/relax_data_testing_base.py
    trunk/test_suite/unit_tests/sequence_testing_base.py

Modified: trunk/test_suite/unit_tests/_prompt/test_minimisation.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_prompt/test_minimisation.py?rev=20150&r1=20149&r2=20150&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_prompt/test_minimisation.py (original)
+++ trunk/test_suite/unit_tests/_prompt/test_minimisation.py Sun Jun 16 
15:23:18 2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from prompt.interpreter import Interpreter
-from lib.errors import RelaxError, RelaxBoolError, RelaxIntError, 
RelaxIntListIntError, RelaxListError, RelaxListNumError, RelaxNoneError, 
RelaxNoneListNumError, RelaxNoneNumError, RelaxNoneStrError, RelaxNumError, 
RelaxStrError
+from lib.errors import RelaxError, RelaxBoolError, RelaxIntError, 
RelaxIntListIntError, RelaxNoneListNumError, RelaxNoneNumError, 
RelaxNoneStrError, RelaxNumError, RelaxStrError
 from test_suite.unit_tests.minimisation_testing_base import 
Minimisation_base_class
 
 # Unit test imports.

Modified: trunk/test_suite/unit_tests/_prompt/test_molmol.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_prompt/test_molmol.py?rev=20150&r1=20149&r2=20150&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_prompt/test_molmol.py (original)
+++ trunk/test_suite/unit_tests/_prompt/test_molmol.py Sun Jun 16 15:23:18 
2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from prompt.interpreter import Interpreter
-from lib.errors import RelaxNoneStrError, RelaxNoneListNumError, 
RelaxNoneStrListNumError, RelaxStrError
+from lib.errors import RelaxNoneStrError, RelaxNoneListNumError, 
RelaxStrError
 
 # Unit test imports.
 from test_suite.unit_tests._prompt.data_types import DATA_TYPES

Modified: trunk/test_suite/unit_tests/_prompt/test_n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_prompt/test_n_state_model.py?rev=20150&r1=20149&r2=20150&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_prompt/test_n_state_model.py (original)
+++ trunk/test_suite/unit_tests/_prompt/test_n_state_model.py Sun Jun 16 
15:23:18 2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from prompt.interpreter import Interpreter
-from lib.errors import RelaxBoolError, RelaxIntError, RelaxLenError, 
RelaxListError, RelaxListNumError, RelaxNoneListNumError, RelaxNoneStrError, 
RelaxNumError, RelaxStrError
+from lib.errors import RelaxBoolError, RelaxIntError, RelaxListNumError, 
RelaxNoneListNumError, RelaxNoneStrError, RelaxNumError, RelaxStrError
 from test_suite.unit_tests.n_state_model_testing_base import 
N_state_model_base_class
 
 # Unit test imports.

Modified: trunk/test_suite/unit_tests/_prompt/test_pymol.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_prompt/test_pymol.py?rev=20150&r1=20149&r2=20150&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_prompt/test_pymol.py (original)
+++ trunk/test_suite/unit_tests/_prompt/test_pymol.py Sun Jun 16 15:23:18 2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from prompt.interpreter import Interpreter
-from lib.errors import RelaxNoneStrError, RelaxNoneListNumError, 
RelaxNoneStrListNumError, RelaxStrError
+from lib.errors import RelaxNoneStrError, RelaxNoneListNumError, 
RelaxStrError
 
 # Unit test imports.
 from test_suite.unit_tests._prompt.data_types import DATA_TYPES

Modified: trunk/test_suite/unit_tests/_prompt/test_relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_prompt/test_relax_data.py?rev=20150&r1=20149&r2=20150&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_prompt/test_relax_data.py (original)
+++ trunk/test_suite/unit_tests/_prompt/test_relax_data.py Sun Jun 16 
15:23:18 2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from prompt.interpreter import Interpreter
-from lib.errors import RelaxError, RelaxBoolError, RelaxFloatError, 
RelaxIntError, RelaxNoneIntError, RelaxNoneNumError, RelaxNoneStrError, 
RelaxNumError, RelaxStrError
+from lib.errors import RelaxError, RelaxBoolError, RelaxIntError, 
RelaxNoneIntError, RelaxNoneNumError, RelaxNoneStrError, RelaxNumError, 
RelaxStrError
 from test_suite.unit_tests.relax_data_testing_base import 
Relax_data_base_class
 
 # Unit test imports.

Modified: trunk/test_suite/unit_tests/_prompt/test_spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_prompt/test_spectrum.py?rev=20150&r1=20149&r2=20150&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_prompt/test_spectrum.py (original)
+++ trunk/test_suite/unit_tests/_prompt/test_spectrum.py Sun Jun 16 15:23:18 
2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from prompt.interpreter import Interpreter
-from lib.errors import RelaxIntError, RelaxListIntError, RelaxNoneIntError, 
RelaxNoneIntListIntError, RelaxNoneStrError, RelaxNumError, RelaxStrError
+from lib.errors import RelaxIntError, RelaxNoneIntError, 
RelaxNoneIntListIntError, RelaxNoneStrError, RelaxNumError, RelaxStrError
 
 # Unit test imports.
 from test_suite.unit_tests._prompt.data_types import DATA_TYPES

Modified: trunk/test_suite/unit_tests/_prompt/test_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_prompt/test_spin.py?rev=20150&r1=20149&r2=20150&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_prompt/test_spin.py (original)
+++ trunk/test_suite/unit_tests/_prompt/test_spin.py Sun Jun 16 15:23:18 2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from prompt.interpreter import Interpreter
-from lib.errors import RelaxIntError, RelaxListStrError, RelaxNoneIntError, 
RelaxNoneStrError, RelaxStrError
+from lib.errors import RelaxListStrError, RelaxNoneIntError, 
RelaxNoneStrError, RelaxStrError
 from test_suite.unit_tests.spin_testing_base import Spin_base_class
 
 # Unit test imports.

Modified: trunk/test_suite/unit_tests/_prompt/test_structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_prompt/test_structure.py?rev=20150&r1=20149&r2=20150&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_prompt/test_structure.py (original)
+++ trunk/test_suite/unit_tests/_prompt/test_structure.py Sun Jun 16 15:23:18 
2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from prompt.interpreter import Interpreter
-from lib.errors import RelaxBoolError, RelaxFloatError, RelaxIntError, 
RelaxNoneIntError, RelaxNoneIntListIntError, RelaxNoneStrError, 
RelaxNoneStrListStrError, RelaxNumError, RelaxStrError
+from lib.errors import RelaxBoolError, RelaxNoneIntListIntError, 
RelaxNoneStrError, RelaxNoneStrListStrError, RelaxNumError, RelaxStrError
 from test_suite.unit_tests.structure_testing_base import Structure_base_class
 
 # Unit test imports.

Modified: trunk/test_suite/unit_tests/_prompt/test_value.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_prompt/test_value.py?rev=20150&r1=20149&r2=20150&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_prompt/test_value.py (original)
+++ trunk/test_suite/unit_tests/_prompt/test_value.py Sun Jun 16 15:23:18 2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from prompt.interpreter import Interpreter
-from lib.errors import RelaxError, RelaxNoneValListValError, 
RelaxNoneStrError, RelaxNoneStrListStrError
+from lib.errors import RelaxNoneValListValError, RelaxNoneStrError, 
RelaxNoneStrListStrError
 from test_suite.unit_tests.value_testing_base import Value_base_class
 
 # Unit test imports.

Modified: trunk/test_suite/unit_tests/relax_data_testing_base.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/relax_data_testing_base.py?rev=20150&r1=20149&r2=20150&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/relax_data_testing_base.py (original)
+++ trunk/test_suite/unit_tests/relax_data_testing_base.py Sun Jun 16 
15:23:18 2013
@@ -21,7 +21,6 @@
 
 # Python module imports.
 from os import sep
-import sys
 
 # relax module imports.
 from data_store import Relax_data_store; ds = Relax_data_store()

Modified: trunk/test_suite/unit_tests/sequence_testing_base.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/sequence_testing_base.py?rev=20150&r1=20149&r2=20150&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/sequence_testing_base.py (original)
+++ trunk/test_suite/unit_tests/sequence_testing_base.py Sun Jun 16 15:23:18 
2013
@@ -31,7 +31,6 @@
 # relax module imports.
 from data_store import Relax_data_store; ds = Relax_data_store()
 from pipe_control import pipes
-from lib.io import delete
 from status import Status; status = Status()
 from test_suite.unit_tests.base_classes import UnitTestCase
 




Related Messages


Powered by MHonArc, Updated Sun Jun 16 17:00:02 2013