Decouple python spec objects from transaction objects
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 23 Sep 2009 11:21:13 +0000 (14:21 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 23 Sep 2009 11:21:13 +0000 (14:21 +0300)
commitd55c5f6c3005858903eca1a5e98915f0c27cfb8b
tree13e9c29de0ce03396572489a0a3c252a3b4f08fb
parent86527f0d45c033347880907cf7680230ecb9ecb9
Decouple python spec objects from transaction objects
- ts structure is only necessary for hysterically passing back the
  parse result from parseSpec(), hide this in the bindings
- deprecate ts.parseSpec() for later ripping
python/header-py.c
python/header-py.h
python/rpmts-py.c
python/spec-py.c