mailr18820 - /trunk/specific_fns/api_base.py


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

Header


Content

Posted by edward on March 13, 2013 - 16:19:
Author: bugman
Date: Wed Mar 13 16:19:05 2013
New Revision: 18820

URL: http://svn.gna.org/viewcvs/relax?rev=18820&view=rev
Log:
Added the write_doc class variable to the specific analysis API class as a 
empty string.

This is to fix the unit tests.


Modified:
    trunk/specific_fns/api_base.py

Modified: trunk/specific_fns/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_fns/api_base.py?rev=18820&r1=18819&r2=18820&view=diff
==============================================================================
--- trunk/specific_fns/api_base.py (original)
+++ trunk/specific_fns/api_base.py Wed Mar 13 16:19:05 2013
@@ -42,6 +42,7 @@
     eliminate_doc = ""
     return_data_name_doc = ""
     set_doc = ""
+    write_doc = ""
 
 
     def __init__(self):




Related Messages


Powered by MHonArc, Updated Wed Mar 13 16:40:02 2013