mailr5207 - /1.3/relax_io.py


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

Header


Content

Posted by edward on March 23, 2008 - 17:00:
Author: bugman
Date: Sun Mar 23 17:00:45 2008
New Revision: 5207

URL: http://svn.gna.org/viewcvs/relax?rev=5207&view=rev
Log:
Shifted the module docstring to the correct location (the very start).


Modified:
    1.3/relax_io.py

Modified: 1.3/relax_io.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax_io.py?rev=5207&r1=5206&r2=5207&view=diff
==============================================================================
--- 1.3/relax_io.py (original)
+++ 1.3/relax_io.py Sun Mar 23 17:00:45 2008
@@ -20,6 +20,14 @@
 #                                                                            
 #
 
###############################################################################
 
+# Module docstring.
+"""Module containing advanced IO functions for relax.
+
+This includes IO redirection, automatic loading and writing of compressed 
files (both Gzip and BZ2
+compression), reading and writing of files, processing of the contents of 
files, etc.
+"""
+
+
 # BZ2 compression module.
 try:
     from bz2 import BZ2File
@@ -50,12 +58,6 @@
 # relax module imports.
 from relax_errors import RelaxError, RelaxFileError, 
RelaxFileOverwriteError, RelaxMissingBinaryError, RelaxNoInPathError, 
RelaxNonExecError
 
-
-"""Module containing advanced IO functions for relax.
-
-This includes IO redirection, automatic loading and writing of compressed 
files (both Gzip and BZ2
-compression), reading and writing of files, processing of the contents of 
files, etc.
-"""
 
 
 def determine_compression(file_path):




Related Messages


Powered by MHonArc, Updated Sun Mar 23 17:20:16 2008