Add a dummy python-level transaction set class, use it always
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 2 Oct 2009 13:18:59 +0000 (16:18 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 2 Oct 2009 13:18:59 +0000 (16:18 +0300)
commit305d634d27d8c480bc01250585d2a901e343851f
treed7fc44afff514968f76ebf6f643fb4525cf01ba9
parent1dffab5393fc8ed5cd81173be543db6b5c34785a
Add a dummy python-level transaction set class, use it always
- move the rpm.ts() vs rpm.TransactionSet() compatibility to python
- this will enable doing only the lowest level stuff in C and rest
  in python
python/Makefile.am
python/rpm/__init__.py
python/rpm/transaction.py [new file with mode: 0644]
python/rpmmodule.c
python/rpmts-py.c
python/rpmts-py.h