mailr4712 - /1.3/specific_fns/base_class.py


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

Header


Content

Posted by edward on January 15, 2008 - 10:46:
Author: bugman
Date: Tue Jan 15 10:46:52 2008
New Revision: 4712

URL: http://svn.gna.org/viewcvs/relax?rev=4712&view=rev
Log:
Removed the empty __init__() method and shifted its docstring to that of the 
class.


Modified:
    1.3/specific_fns/base_class.py

Modified: 1.3/specific_fns/base_class.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/base_class.py?rev=4712&r1=4711&r2=4712&view=diff
==============================================================================
--- 1.3/specific_fns/base_class.py (original)
+++ 1.3/specific_fns/base_class.py Tue Jan 15 10:46:52 2008
@@ -32,9 +32,7 @@
 
 
 class Common_functions:
-    def __init__(self):
-        """Base class containing functions common to the specific 
functions."""
-
+    """Base class containing simple methods used by some a number of the 
specific analysis types."""
 
     def has_errors(self):
         """Function for testing if errors exist for the run."""




Related Messages


Powered by MHonArc, Updated Tue Jan 15 11:00:16 2008