mailr16290 - /branches/uf_redesign/prompt/base_class.py


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

Header


Content

Posted by edward on May 13, 2012 - 17:49:
Author: bugman
Date: Sun May 13 17:49:20 2012
New Revision: 16290

URL: http://svn.gna.org/viewcvs/relax?rev=16290&view=rev
Log:
Eliminated the defunct User_fn_class base class.


Modified:
    branches/uf_redesign/prompt/base_class.py

Modified: branches/uf_redesign/prompt/base_class.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/prompt/base_class.py?rev=16290&r1=16289&r2=16290&view=diff
==============================================================================
--- branches/uf_redesign/prompt/base_class.py (original)
+++ branches/uf_redesign/prompt/base_class.py Sun May 13 17:49:20 2012
@@ -235,16 +235,3 @@
 
     # Return the new text.
     return new_text
-
-
-
-class User_fn_class:
-    def __init__(self):
-        """Initialise the user function class, compiling the help string."""
-
-        # Add the generic help string.
-        self.__relax_help__ = self.__doc__ + "\n" + help.relax_class_help
-
-        # Add a description to the help string.
-        if hasattr(self, '__description__'):
-            self.__relax_help__ = self.__relax_help__ + "\n\n" + 
_strip_lead(self.__description__)




Related Messages


Powered by MHonArc, Updated Sun May 13 18:00:02 2012