summaryrefslogtreecommitdiff
path: root/python/sourcelist.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-11-22 11:52:23 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-11-22 11:52:23 +0000
commitf505ecbf86d6ab30208c579a5e25c819c3733d89 (patch)
treedc803bcb82c624f2481b9786fe6bae57c89034d1 /python/sourcelist.cc
parent86fea3ed91794aa9537a3b197dbaac500b82f2d8 (diff)
downloadpython-apt-f505ecbf86d6ab30208c579a5e25c819c3733d89.tar.gz
* fixes in the acquire interface code (use CppPyObject with pkgAcquire* directly instead of using a PkgAcquireStruct)
Diffstat (limited to 'python/sourcelist.cc')
-rw-r--r--python/sourcelist.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/sourcelist.cc b/python/sourcelist.cc
index 2d65062c..4eed21a7 100644
--- a/python/sourcelist.cc
+++ b/python/sourcelist.cc
@@ -30,7 +30,6 @@ static PyObject *PkgSourceListFindIndex(PyObject *Self,PyObject *Args)
static char *doc_PkgSourceListReadMainList = "xxx";
static PyObject *PkgSourceListReadMainList(PyObject *Self,PyObject *Args)
{
- // PkgSourceListStruct &Struct = GetCpp<PkgSourceListStruct>(Self);
pkgSourceList *list = GetCpp<pkgSourceList*>(Self);
bool res = list->ReadMainList();