]> xenbits.xensource.com Git - libvirt.git/commit
python: Remove FastParser from generator.
authorCole Robinson <crobinso@redhat.com>
Fri, 2 Oct 2009 14:34:54 +0000 (10:34 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 5 Oct 2009 17:31:37 +0000 (13:31 -0400)
commit547d8e3a86b7f91df37103197efac75b1f4f0736
tree11046d9e4bbd0d883af7c4c471cb11b0b8efe000
parent79cfda0013635043afc2fa98d9d46e6e94e4d744
python: Remove FastParser from generator.

FastParser uses sgmlop, a non-standard python module meant as a replacement
for xmllib (which is deprecated since python 2.0). Fedora doesn't even carry
this module, and the generator doesn't have high performance requirements, so
just rip the code out.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
python/generator.py