mailr6549 - /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 June 29, 2008 - 01:00:
Author: bugman
Date: Sun Jun 29 01:00:00 2008
New Revision: 6549

URL: http://svn.gna.org/viewcvs/relax?rev=6549&view=rev
Log:
Shifted the import statements to below the documentation string.


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=6549&r1=6548&r2=6549&view=diff
==============================================================================
--- 1.3/sample_scripts/full_analysis.py (original)
+++ 1.3/sample_scripts/full_analysis.py Sun Jun 29 01:00:00 2008
@@ -20,20 +20,6 @@
 #                                                                            
 #
 
###############################################################################
 
-# Script for complete model-free analysis.
-##########################################
-
-
-# Python module imports.
-from os import getcwd, listdir
-from re import search
-from string import lower
-
-# relax module imports.
-from data import Relax_data_store; ds = Relax_data_store()
-from generic.selection import spin_index_loop, spin_loop
-from relax_errors import RelaxError
-
 """Script for black-box model-free analysis.
 
 The model-free optimisation methodology herein is that of:
@@ -119,6 +105,16 @@
 
 The final black-box model-free results will be placed in the file 
'final/results'.
 """
+
+# Python module imports.
+from os import getcwd, listdir
+from re import search
+from string import lower
+
+# relax module imports.
+from data import Relax_data_store; ds = Relax_data_store()
+from generic.selection import spin_index_loop, spin_loop
+from relax_errors import RelaxError
 
 
 # User variables.




Related Messages


Powered by MHonArc, Updated Sun Jun 29 01:20:22 2008