summaryrefslogtreecommitdiff
path: root/python/cache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'python/cache.cc')
-rw-r--r--python/cache.cc1
1 files changed, 1 insertions, 0 deletions
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<pkgCache::DepIterator>(Self);