mailr5208 - in /1.3: relax_errors.py relax_warnings.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:03:
Author: bugman
Date: Sun Mar 23 17:03:05 2008
New Revision: 5208

URL: http://svn.gna.org/viewcvs/relax?rev=5208&view=rev
Log:
Added module docstrings for the RelaxErrors and RelaxWarnings.


Modified:
    1.3/relax_errors.py
    1.3/relax_warnings.py

Modified: 1.3/relax_errors.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax_errors.py?rev=5208&r1=5207&r2=5208&view=diff
==============================================================================
--- 1.3/relax_errors.py (original)
+++ 1.3/relax_errors.py Sun Mar 23 17:03:05 2008
@@ -20,6 +20,11 @@
 #                                                                            
 #
 
###############################################################################
 
+# Module docstring.
+"""Module containing all of the RelaxError objects."""
+
+
+# Python module imports.
 from re import match
 import time
 from types import ClassType

Modified: 1.3/relax_warnings.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax_warnings.py?rev=5208&r1=5207&r2=5208&view=diff
==============================================================================
--- 1.3/relax_warnings.py (original)
+++ 1.3/relax_warnings.py Sun Mar 23 17:03:05 2008
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2003-2007 Edward d'Auvergne                                  
 #
+# Copyright (C) 2003-2008 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -20,6 +20,11 @@
 #                                                                            
 #
 
###############################################################################
 
+# Module docstring.
+"""Module containing all of the RelaxWarning objects."""
+
+
+# Python module imports.
 import warnings
 import inspect
 




Related Messages


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