chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cba2ef
)
Reverting to non-pretty xml, per comment on issue #19
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Mon, 17 Jan 2011 09:13:55 +0000
(09:13 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Mon, 17 Jan 2011 09:13:55 +0000
(09:13 +0000)
update.py
patch
|
blob
|
history
diff --git
a/update.py
b/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.to
prettyxml(' '
)
+output = doc.to
xml(
)
of.write(output)
of.close()