diff options
Diffstat (limited to 'python/cache.cc')
| -rw-r--r-- | python/cache.cc | 1 |
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); |
