Generalize python ts flags and colors set/get foo
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 1 Oct 2009 11:27:42 +0000 (14:27 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 1 Oct 2009 11:27:42 +0000 (14:27 +0300)
commit29eb2f35047363353c851e3f8920123ce0a42217
tree4b8cd09e7a2c56dabe874639f4195859385cd436
parentf819760dc37047d464afff8a91c746114c183a2a
Generalize python ts flags and colors set/get foo
- make flags, vsflags, color, prefcolor (previously not available)
  and probFilter appear as internal attributes of ts objects, each
  with their own setter/getter methods
- make the old custom set/get methods access the internal attributes instead
- keeping them "internal only" leaves room for adding further sanity
  checking and nicer interface on python side while giving direct access
  bits for those who want it
- not deprecating the old get/set methods at least yet...
python/rpmts-py.c