Add hooke.compat.minidom to fix Python's XML generation issue5752.
authorW. Trevor King <wking@drexel.edu>
Mon, 2 Aug 2010 16:37:37 +0000 (12:37 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 2 Aug 2010 16:37:37 +0000 (12:37 -0400)
commitde01297f85ef0ba7896348820e14535e0dd69bed
treedbc2b0008645593861cc09f55d274b8a1cc36be6
parentbbf2b7eb99e94cf82de4c4160c9fdf8702cd1ba4
Add hooke.compat.minidom to fix Python's XML generation issue5752.

xml.dom.minidom.Element.writexml doesn't escape some special
characters (e.g. '\n').  See
  http://bugs.python.org/issue5752

importing hooke.compat.minidom fixes this bug dynamically.
hooke/compat/minidom.py [new file with mode: 0644]
hooke/playlist.py