python: Remove use of xmllib in generator.py
commit3740a5e4c701281ac76a55e3f02b1d4221f1f9f0
authorCole Robinson <crobinso@redhat.com>
Fri, 2 Oct 2009 15:20:47 +0000 (2 11:20 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 5 Oct 2009 17:31:37 +0000 (5 13:31 -0400)
treeb1d0736e5e650afae1c78afcac0d813273de6152
parente4fc56ea6973f3c431ab30a4e658cb9db302457d
python: Remove use of xmllib in generator.py

xmllib has been deprecated since python 2.0, and running the generator throws
a warning. Move to using xml.sax

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