mailr4158 - /1.3/specific_fns/__init__.py


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

Header


Content

Posted by edward on December 09, 2007 - 19:16:
Author: bugman
Date: Sun Dec  9 19:16:38 2007
New Revision: 4158

URL: http://svn.gna.org/viewcvs/relax?rev=4158&view=rev
Log:
Fixed the specific_fns docstring.  It should be at the top and it is a 
package not a module.


Modified:
    1.3/specific_fns/__init__.py

Modified: 1.3/specific_fns/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/__init__.py?rev=4158&r1=4157&r2=4158&view=diff
==============================================================================
--- 1.3/specific_fns/__init__.py (original)
+++ 1.3/specific_fns/__init__.py Sun Dec  9 19:16:38 2007
@@ -20,6 +20,10 @@
 #                                                                            
 #
 
###############################################################################
 
+# Package docstring.
+"""This package consists of modules which are specific to the type of the 
data pipe."""
+
+
 
 # relax module imports.
 from specific_fns.hybrid import Hybrid
@@ -28,10 +32,6 @@
 from specific_fns.noe import Noe
 from specific_fns.relax_fit import Relax_fit
 from relax_errors import RelaxFuncSetupError
-
-
-# Module docstring.
-"""This module consists of code which is specific to the type of the data 
pipe."""
 
 
 # The available modules.




Related Messages


Powered by MHonArc, Updated Sun Dec 09 19:40:08 2007