mailr6406 - /1.3/generic_fns/xml_data_pipe.py


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

Header


Content

Posted by edward on June 22, 2008 - 16:18:
Author: bugman
Date: Sun Jun 22 16:18:47 2008
New Revision: 6406

URL: http://svn.gna.org/viewcvs/relax?rev=6406&view=rev
Log:
Added a 'desc' attribute to the pipe XML element.


Modified:
    1.3/generic_fns/xml_data_pipe.py

Modified: 1.3/generic_fns/xml_data_pipe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/xml_data_pipe.py?rev=6406&r1=6405&r2=6406&view=diff
==============================================================================
--- 1.3/generic_fns/xml_data_pipe.py (original)
+++ 1.3/generic_fns/xml_data_pipe.py Sun Jun 22 16:18:47 2008
@@ -95,6 +95,7 @@
     elem.appendChild(pipe_elem)
 
     # Set the data pipe attributes.
+    pipe_elem.setAttribute('desc', 'The contents of a relax data pipe')
     pipe_elem.setAttribute('name', ds.current_pipe)
     pipe_elem.setAttribute('type', ds[ds.current_pipe].pipe_type)
 




Related Messages


Powered by MHonArc, Updated Sun Jun 22 16:20:11 2008