mailr6568 - /1.3/data/pipe_container.py


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

Header


Content

Posted by edward on June 29, 2008 - 11:19:
Author: bugman
Date: Sun Jun 29 11:19:04 2008
New Revision: 6568

URL: http://svn.gna.org/viewcvs/relax?rev=6568&view=rev
Log:
Added the missing self arg to xml_create_str_element().


Modified:
    1.3/data/pipe_container.py

Modified: 1.3/data/pipe_container.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/pipe_container.py?rev=6568&r1=6567&r2=6568&view=diff
==============================================================================
--- 1.3/data/pipe_container.py (original)
+++ 1.3/data/pipe_container.py Sun Jun 29 11:19:04 2008
@@ -226,13 +226,13 @@
         list_element.appendChild(text_val)
 
 
-    def xml_create_str_element(doc, element):
+    def xml_create_str_element(self, doc, element):
         """Create an XML element for the structural information.
 
         @param doc:     The XML document object.
         @type doc:      xml.dom.minidom.Document instance
-        @param element:    The element to add the structural info to.
-        @type element:     XML element object
+        @param element: The element to add the structural info to.
+        @type element:  XML element object
         """
 
         # Create the structural element and add it to the higher level 
element.




Related Messages


Powered by MHonArc, Updated Sun Jun 29 11:40:18 2008