mailr6623 - /1.3/generic_fns/model_selection.py


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

Header


Content

Posted by edward on July 03, 2008 - 21:34:
Author: bugman
Date: Thu Jul  3 21:34:10 2008
New Revision: 6623

URL: http://svn.gna.org/viewcvs/relax?rev=6623&view=rev
Log:
Import fixes for the module.


Modified:
    1.3/generic_fns/model_selection.py

Modified: 1.3/generic_fns/model_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/model_selection.py?rev=6623&r1=6622&r2=6623&view=diff
==============================================================================
--- 1.3/generic_fns/model_selection.py (original)
+++ 1.3/generic_fns/model_selection.py Thu Jul  3 21:34:10 2008
@@ -21,14 +21,13 @@
 
###############################################################################
 
 # Python module imports.
-from copy import deepcopy
 from math import log
 
 # relax module imports.
 from data import Relax_data_store; ds = Relax_data_store()
 from generic_fns.mol_res_spin import same_sequence
-from pipes import copy, switch
-from relax_errors import RelaxDiffSeqError, RelaxError, RelaxNoPipeError, 
RelaxNoSequenceError
+from pipes import switch
+from relax_errors import RelaxError, RelaxPipeError
 from specific_fns.setup import get_specific_fn
 
 




Related Messages


Powered by MHonArc, Updated Thu Jul 03 21:40:11 2008