diff options
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}, |
