summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-04-16 21:47:15 +0200
committerJulian Andres Klode <jak@debian.org>2009-04-16 21:47:15 +0200
commitc01271813f5ac3b9036971ed70bdf052ababd8a8 (patch)
tree97a808993820e2ec77dd276ecca8eaa0b54f81f4 /python
parent337c885e7dd531858c35b256d974989bac6463df (diff)
downloadpython-apt-c01271813f5ac3b9036971ed70bdf052ababd8a8.tar.gz
* python/cache.cc: Correct the 'Auto' descriptor of the Package class.
Diffstat (limited to 'python')
-rw-r--r--python/cache.cc2
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},