mailr10297 - /1.3/sample_scripts/full_analysis.py


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

Header


Content

Posted by edward on January 25, 2010 - 11:33:
Author: bugman
Date: Mon Jan 25 11:33:22 2010
New Revision: 10297

URL: http://svn.gna.org/viewcvs/relax?rev=10297&view=rev
Log:
Removed all the now unused imports and a useless comment.


Modified:
    1.3/sample_scripts/full_analysis.py

Modified: 1.3/sample_scripts/full_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/full_analysis.py?rev=10297&r1=10296&r2=10297&view=diff
==============================================================================
--- 1.3/sample_scripts/full_analysis.py (original)
+++ 1.3/sample_scripts/full_analysis.py Mon Jan 25 11:33:22 2010
@@ -139,21 +139,9 @@
 The final black-box model-free results will be placed in the file 
'final/results'.
 """
 
-# Python module imports.
-from os import getcwd, listdir, sep
-from re import search
-from string import lower
-
 # relax module imports.
 from auto_analyses.dauvergne_protocol import Dauvergne_protocol
-from float import floatAsByteArray
-from generic_fns.mol_res_spin import generate_spin_id, spin_index_loop, 
spin_loop
-from generic_fns import pipes
-from relax_errors import RelaxError
 
-
-# User variables.
-#################
 
 # The diffusion model.
 DIFF_MODEL = 'local_tm'




Related Messages


Powered by MHonArc, Updated Mon Jan 25 11:40:02 2010