summaryrefslogtreecommitdiff
path: root/python/acquire-item.cc
AgeCommit message (Collapse)AuthorFilesLines
2009-07-22python: 2nd part of the acquire fixes (one PyObject per C++ object).Julian Andres Klode1-5/+9
2009-07-22python: First step of fixing acquire stuff.Julian Andres Klode1-0/+357
Basically, we only want to have on PyAcquireItem per pkgAcquire::Item, and one PyAcquireItemDesc per pkgAcquire::ItemDesc. Therefore, we store them so we can return them at a later time.