diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-04-16 21:47:15 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-04-16 21:47:15 +0200 |
| commit | c01271813f5ac3b9036971ed70bdf052ababd8a8 (patch) | |
| tree | 97a808993820e2ec77dd276ecca8eaa0b54f81f4 /python | |
| parent | 337c885e7dd531858c35b256d974989bac6463df (diff) | |
| download | python-apt-c01271813f5ac3b9036971ed70bdf052ababd8a8.tar.gz | |
* python/cache.cc: Correct the 'Auto' descriptor of the Package class.
Diffstat (limited to 'python')
| -rw-r--r-- | python/cache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/cache.cc b/python/cache.cc index 52c5982e..92e064b2 100644 --- a/python/cache.cc +++ b/python/cache.cc @@ -427,7 +427,7 @@ static PyGetSetDef PackageGetSet[] = { {"InstState",PackageGetInstState}, {"CurrentState",PackageGetCurrentState}, {"ID",PackageGetID}, - {"Auto",PackageGetID}, + {"Auto",PackageGetAuto}, {"Essential",PackageGetEssential}, {"Important",PackageGetImportant}, {"VersionList",PackageGetVersionList}, |
