chiark / gitweb /
Reverting to non-pretty xml, per comment on issue #19
authorCiaran Gultnieks <ciaran@ciarang.com>
Mon, 17 Jan 2011 09:13:55 +0000 (09:13 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Mon, 17 Jan 2011 09:13:55 +0000 (09:13 +0000)
update.py

index d59d1b76572203a23f089362d1aa89878575a80c..8b0c3e9ba5ed0b8b7fbbebc427f739198d0ede13 100644 (file)
--- a/update.py
+++ b/update.py
@@ -324,7 +324,7 @@ for app in apps:
         apps_disabled += 1
 
 of = open(os.path.join('repo','index.xml'), 'wb')
-output = doc.toprettyxml(' ')
+output = doc.toxml()
 of.write(output)
 of.close()