python: Add CrFile class (Bindings for the CR_FILE object).
authorTomas Mlcoch <tmlcoch@redhat.com>
Thu, 13 Jun 2013 11:02:58 +0000 (13:02 +0200)
committerTomas Mlcoch <tmlcoch@redhat.com>
Thu, 13 Jun 2013 11:02:58 +0000 (13:02 +0200)
commitefc6aa89fa0e1ea2faad6b4d5e2d689fa6494b49
treeae11aa4df451b5912be0aeb4342c7d496287a0e8
parentcca0952b27e72cb58e8d3eec7959db44af50ecb3
python: Add CrFile class (Bindings for the CR_FILE object).
src/python/CMakeLists.txt
src/python/__init__.py
src/python/compression_wrapper-py.c [new file with mode: 0644]
src/python/compression_wrapper-py.h [new file with mode: 0644]
src/python/createrepo_cmodule.c
tests/python/tests/test_contentstat.py
tests/python/tests/test_crfile.py [new file with mode: 0644]