python: Add bindings for xml_parse functions + base tests.
authorTomas Mlcoch <tmlcoch@redhat.com>
Fri, 31 May 2013 12:11:56 +0000 (14:11 +0200)
committerTomas Mlcoch <tmlcoch@redhat.com>
Fri, 31 May 2013 12:41:52 +0000 (14:41 +0200)
commit30b1d531e5e0b2d4781a2f9d85b57cfb61cd6b11
tree003e57b2913b3bacec0038dcaefd683d40654ed2
parent074e517f4b56b8dd78abd6534885b4858fa7ab08
python: Add bindings for xml_parse functions + base tests.
src/python/__init__.py
src/python/createrepo_cmodule.c
src/python/typeconversion.c
src/python/typeconversion.h
src/python/xml_parser-py.c
src/python/xml_parser-py.h
tests/python/tests/fixtures.py
tests/python/tests/test_xml_parser.py [new file with mode: 0644]