mailr5489 - /1.3/data/prototype.py


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

Header


Content

Posted by edward on April 09, 2008 - 11:37:
Author: bugman
Date: Wed Apr  9 11:37:34 2008
New Revision: 5489

URL: http://svn.gna.org/viewcvs/relax?rev=5489&view=rev
Log:
Fixed the module docsting and updated the copyright.


Modified:
    1.3/data/prototype.py

Modified: 1.3/data/prototype.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/prototype.py?rev=5489&r1=5488&r2=5489&view=diff
==============================================================================
--- 1.3/data/prototype.py (original)
+++ 1.3/data/prototype.py Wed Apr  9 11:37:34 2008
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2007 Edward d'Auvergne                                       
 #
+# Copyright (C) 2007-2008 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -20,12 +20,13 @@
 #                                                                            
 #
 
###############################################################################
 
+# Module docstring.
+"""Module containing the Prototype base class for the molecule-residue-spin 
containers."""
+
+
 # Python module imports.
 from copy import deepcopy
 from re import search
-
-
-"""The molecule-residue-spin containers."""
 
 
 class Prototype(object):




Related Messages


Powered by MHonArc, Updated Wed Apr 09 12:00:18 2008