From 46abf8f70e4ec1c520cd2bcf1a9493f2869193a1 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 7 Nov 2008 21:06:03 +0100 Subject: python/acquire.cc (GetPkgAcqFile): Support DestDir and DestFilename. --- python/apt_pkgmodule.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/apt_pkgmodule.cc') diff --git a/python/apt_pkgmodule.cc b/python/apt_pkgmodule.cc index fae85f00..7b13c838 100644 --- a/python/apt_pkgmodule.cc +++ b/python/apt_pkgmodule.cc @@ -447,7 +447,7 @@ static PyMethodDef methods[] = // Acquire {"GetAcquire",GetAcquire,METH_VARARGS,"GetAcquire() -> Acquire"}, - {"GetPkgAcqFile",(PyCFunction)GetPkgAcqFile,METH_KEYWORDS|METH_VARARGS,"GetPkgAcquireFile() -> pkgAcquireFile"}, + {"GetPkgAcqFile",(PyCFunction)GetPkgAcqFile,METH_KEYWORDS|METH_VARARGS, doc_GetPkgAcqFile}, // PkgManager {"GetPackageManager",GetPkgManager,METH_VARARGS,"GetPackageManager(DepCache) -> PackageManager"}, -- cgit v1.2.3