From 8295c8e578cb08ac3fe190658c031d5c8ac7b95b Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 11 Feb 2008 10:19:28 +0100 Subject: * python/pkgrecords.cc: - export the Homepage field --- python/pkgrecords.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') diff --git a/python/pkgrecords.cc b/python/pkgrecords.cc index 466a2f30..93bc54d9 100644 --- a/python/pkgrecords.cc +++ b/python/pkgrecords.cc @@ -77,6 +77,8 @@ static PyObject *PkgRecordsAttr(PyObject *Self,char *Name) return CppPyString(Struct.Last->LongDesc()); else if (strcmp("Name",Name) == 0) return CppPyString(Struct.Last->Name()); + else if (strcmp("Homepage",Name) == 0) + return CppPyString(Struct.Last->Homepage()); else if (strcmp("Record", Name) == 0) { const char *start, *stop; -- cgit v1.2.3