python: Add binding + tests for xml_file module.
authorTomas Mlcoch <tmlcoch@redhat.com>
Wed, 15 May 2013 10:37:10 +0000 (12:37 +0200)
committerTomas Mlcoch <tmlcoch@redhat.com>
Wed, 15 May 2013 10:37:10 +0000 (12:37 +0200)
commit28b651d559777f2addadb4eba8230315e4e5935b
tree55fe760e015945eefa6da830ff7abeb158770f78
parent6981d14e9250e3e77ae4e01fd68d4b2fb307e457
python: Add binding + tests for xml_file module.
src/python/CMakeLists.txt
src/python/__init__.py
src/python/createrepo_cmodule.c
src/python/xml_file-py.c [new file with mode: 0644]
src/python/xml_file-py.h [new file with mode: 0644]
src/xml_file.c
tests/python/tests/test_xml_file.py [new file with mode: 0644]