mailr5655 - /1.3/generic_fns/pipes.py


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

Header


Content

Posted by edward on April 13, 2008 - 21:37:
Author: bugman
Date: Sun Apr 13 21:20:13 2008
New Revision: 5655

URL: http://svn.gna.org/viewcvs/relax?rev=5655&view=rev
Log:
Fixed the module docstring.


Modified:
    1.3/generic_fns/pipes.py

Modified: 1.3/generic_fns/pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/pipes.py?rev=5655&r1=5654&r2=5655&view=diff
==============================================================================
--- 1.3/generic_fns/pipes.py (original)
+++ 1.3/generic_fns/pipes.py Sun Apr 13 21:20:13 2008
@@ -20,6 +20,10 @@
 #                                                                            
 #
 
###############################################################################
 
+# Module docstring.
+"""Module for manipulating data pipes."""
+
+
 # relax module imports.
 from data import Data as relax_data_store
 from relax_errors import RelaxError, RelaxNoPipeError, RelaxPipeError
@@ -30,12 +34,6 @@
     from maths_fns.relax_fit import func
 except ImportError:
     C_module_exp_fn = 0
-
-
-# The relax data storage object.
-
-
-"""Class containing the methods for manipulating data pipes."""
 
 
 def copy(pipe_from=None, pipe_to=None):




Related Messages


Powered by MHonArc, Updated Sun Apr 13 22:20:10 2008