mailr8258 - /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 sebastien . morin . 1 on January 07, 2009 - 00:18:
Author: semor
Date: Wed Jan  7 00:18:05 2009
New Revision: 8258

URL: http://svn.gna.org/viewcvs/relax?rev=8258&view=rev
Log:
Removed another unused import.


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=8258&r1=8257&r2=8258&view=diff
==============================================================================
--- 1.3/generic_fns/model_selection.py (original)
+++ 1.3/generic_fns/model_selection.py Wed Jan  7 00:18:05 2009
@@ -27,7 +27,7 @@
 from math import log
 
 # relax module imports.
-from pipes import cdp_name, get_type, has_pipe, pipe_names, switch
+from pipes import get_type, has_pipe, pipe_names, switch
 from relax_errors import RelaxError, RelaxPipeError
 from specific_fns.setup import get_specific_fn
 




Related Messages


Powered by MHonArc, Updated Wed Jan 07 00:40:03 2009