mailr6496 - /1.3/data/__init__.py


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

Header


Content

Posted by edward on June 25, 2008 - 02:26:
Author: bugman
Date: Wed Jun 25 02:26:13 2008
New Revision: 6496

URL: http://svn.gna.org/viewcvs/relax?rev=6496&view=rev
Log:
Changed the XML indentation to 4 spaces.


Modified:
    1.3/data/__init__.py

Modified: 1.3/data/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/__init__.py?rev=6496&r1=6495&r2=6496&view=diff
==============================================================================
--- 1.3/data/__init__.py (original)
+++ 1.3/data/__init__.py Wed Jun 25 02:26:13 2008
@@ -208,4 +208,4 @@
         self[self.current_pipe].xml_create_pipe_element(self.xmldoc, 
pipe_element)
 
         # Write out the XML file.
-        file.write(self.xmldoc.toprettyxml())
+        file.write(self.xmldoc.toprettyxml(indent='    '))




Related Messages


Powered by MHonArc, Updated Wed Jun 25 14:40:16 2008