diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-08 16:53:04 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-08 16:53:04 +0200 |
| commit | 53809b5b5c560cab8da18649a949228f7458edef (patch) | |
| tree | 6927533b036ea30bb663c49ce20982f1aad80ab6 /python/pkgrecords.cc | |
| parent | fe5f0be5325814bebafed82867cc7b81ce0c82e2 (diff) | |
| parent | e02913b6f336d4bf5bc2c17032c91ade974de04f (diff) | |
| download | python-apt-53809b5b5c560cab8da18649a949228f7458edef.tar.gz | |
* cherry picked from mainline
* uploaded
Diffstat (limited to 'python/pkgrecords.cc')
| -rw-r--r-- | python/pkgrecords.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pkgrecords.cc b/python/pkgrecords.cc index c6f5aeb9..ec78f554 100644 --- a/python/pkgrecords.cc +++ b/python/pkgrecords.cc @@ -46,7 +46,7 @@ static PyObject *PkgRecordsLookup(PyObject *Self,PyObject *Args) // always return true (to make it consistent with the pkgsrcrecords object return Py_BuildValue("i", 1); } - + static PyMethodDef PkgRecordsMethods[] = { {"Lookup",PkgRecordsLookup,METH_VARARGS,"Changes to a new package"}, |
