mailr8273 - /1.3/specific_fns/noe.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 - 03:09:
Author: semor
Date: Wed Jan  7 03:09:15 2009
New Revision: 8273

URL: http://svn.gna.org/viewcvs/relax?rev=8273&view=rev
Log:
Removed more unused imports.


Modified:
    1.3/specific_fns/noe.py

Modified: 1.3/specific_fns/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/noe.py?rev=8273&r1=8272&r2=8273&view=diff
==============================================================================
--- 1.3/specific_fns/noe.py (original)
+++ 1.3/specific_fns/noe.py Wed Jan  7 03:09:15 2009
@@ -27,11 +27,9 @@
 
 # relax module imports.
 from base_class import Common_functions
-from data import Relax_data_store; ds = Relax_data_store()
 from generic_fns import pipes
 from generic_fns.mol_res_spin import exists_mol_res_spin_data, spin_loop
-from relax_errors import RelaxArgNotInListError, RelaxError, 
RelaxInvalidDataError, RelaxNoSequenceError, RelaxRegExpError
-from relax_io import open_write_file
+from relax_errors import RelaxArgNotInListError, RelaxError, 
RelaxNoSequenceError
 from relax_warnings import RelaxDeselectWarning
 
 




Related Messages


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