From 69a3c876af74e2499b5068441b5d89ca53c3583a Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 4 May 2005 08:36:36 +0000 Subject: * more tests added * tests/cache.py: - test that iterates over all the cache and dependencies * tests/pkgrecords.py - test that iterates over all the pkgrecords * python/cache.cc - added a comment * python/pkgrecords.cc - return "True" from pkgRecord.Lookup() (to make it consistent with the PkgSrcRecords object) --- python/cache.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'python/cache.cc') diff --git a/python/cache.cc b/python/cache.cc index e8b947f4..850a97de 100644 --- a/python/cache.cc +++ b/python/cache.cc @@ -613,6 +613,7 @@ PyTypeObject PackageFileType = }; +// depends class static PyObject *DependencyRepr(PyObject *Self) { pkgCache::DepIterator &Dep = GetCpp(Self); -- cgit v1.2.3