Fix python generator to not use deprecated xmllib
authorDaniel Veillard <veillard@redhat.com>
Wed, 13 Jan 2010 14:41:06 +0000 (15:41 +0100)
committerDaniel Veillard <veillard@redhat.com>
Wed, 13 Jan 2010 14:41:06 +0000 (15:41 +0100)
commitafa29e64cc836e90957174968a97b0c2b9d2a70f
treec4fc21c75e97a32e092e12c25abd234ba8cbc89c
parenta1981a0da0201b8da3713aafc1c0656be26e21f0
Fix python generator to not use deprecated xmllib

* python/generator.py: use xml.sax instead, patch based on similar
  fix for libvirt by Cole Robinson <crobinso@redhat.com>
python/generator.py