mailr6438 - /1.3/data/mol_res_spin.py


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

Header


Content

Posted by edward on June 22, 2008 - 19:31:
Author: bugman
Date: Sun Jun 22 19:31:16 2008
New Revision: 6438

URL: http://svn.gna.org/viewcvs/relax?rev=6438&view=rev
Log:
Shifted the module docstring to the top of the module.


Modified:
    1.3/data/mol_res_spin.py

Modified: 1.3/data/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/mol_res_spin.py?rev=6438&r1=6437&r2=6438&view=diff
==============================================================================
--- 1.3/data/mol_res_spin.py (original)
+++ 1.3/data/mol_res_spin.py Sun Jun 22 19:31:16 2008
@@ -20,6 +20,9 @@
 #                                                                            
 #
 
###############################################################################
 
+# Module docstring.
+"""The molecule-residue-spin containers."""
+
 # Python module imports.
 from copy import deepcopy
 from re import match
@@ -28,9 +31,6 @@
 from prototype import Prototype
 from relax_errors import RelaxError
 from relax_xml import fill_object_contents
-
-
-"""The molecule-residue-spin containers."""
 
 
 




Related Messages


Powered by MHonArc, Updated Sun Jun 22 20:00:11 2008