diff options
| author | Michael Vogt <egon@tas> | 2008-11-07 21:06:03 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@tas> | 2008-11-07 21:06:03 +0100 |
| commit | 46abf8f70e4ec1c520cd2bcf1a9493f2869193a1 (patch) | |
| tree | f5dabccd7e1e4ddf7f1e742d6258bee4aa0423ab /python/apt_pkgmodule.cc | |
| parent | fd973539e3ab0a724a69fa9a9eb6b5f2210bb3e1 (diff) | |
| download | python-apt-46abf8f70e4ec1c520cd2bcf1a9493f2869193a1.tar.gz | |
python/acquire.cc (GetPkgAcqFile): Support DestDir and DestFilename.
Diffstat (limited to 'python/apt_pkgmodule.cc')
| -rw-r--r-- | python/apt_pkgmodule.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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"}, |
