mailr6090 - /branches/mol_res_spin_module_rename/test_suite/unit_tests/_prompt/test_molecule.py


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

Header


Content

Posted by edward on May 04, 2008 - 14:32:
Author: bugman
Date: Sun May  4 14:32:46 2008
New Revision: 6090

URL: http://svn.gna.org/viewcvs/relax?rev=6090&view=rev
Log:
Removed a broken import.


Modified:
    
branches/mol_res_spin_module_rename/test_suite/unit_tests/_prompt/test_molecule.py

Modified: 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_prompt/test_molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/mol_res_spin_module_rename/test_suite/unit_tests/_prompt/test_molecule.py?rev=6090&r1=6089&r2=6090&view=diff
==============================================================================
--- 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_prompt/test_molecule.py
 (original)
+++ 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_prompt/test_molecule.py
 Sun May  4 14:32:46 2008
@@ -25,7 +25,6 @@
 
 # relax module imports.
 from data import Data as relax_data_store
-from generic_fns import residue
 from prompt.molecule import Molecule
 from relax_errors import RelaxNoneStrError, RelaxStrError
 from test_suite.unit_tests.molecule_testing_base import Molecule_base_class
@@ -40,7 +39,6 @@
 
     # Instantiate the user function class.
     molecule_fns = Molecule(fake_relax.fake_instance())
-    residue_fns = residue
 
 
     def test_copy_argfail_pipe_from(self):




Related Messages


Powered by MHonArc, Updated Sun May 04 15:00:25 2008