mailr6153 - /1.3/generic_fns/structure/api_base.py


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

Header


Content

Posted by edward on May 20, 2008 - 11:48:
Author: bugman
Date: Tue May 20 11:47:59 2008
New Revision: 6153

URL: http://svn.gna.org/viewcvs/relax?rev=6153&view=rev
Log:
Added an identification string to the structural API base class.


Modified:
    1.3/generic_fns/structure/api_base.py

Modified: 1.3/generic_fns/structure/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/api_base.py?rev=6153&r1=6152&r2=6153&view=diff
==============================================================================
--- 1.3/generic_fns/structure/api_base.py (original)
+++ 1.3/generic_fns/structure/api_base.py Tue May 20 11:47:59 2008
@@ -37,6 +37,9 @@
 
     All API methods are prototyped here as stub methods.
     """
+
+    # Identification string.
+    id = 'API'
 
 
     def __init__(self):




Related Messages


Powered by MHonArc, Updated Tue May 20 12:00:24 2008