From c01271813f5ac3b9036971ed70bdf052ababd8a8 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 16 Apr 2009 21:47:15 +0200 Subject: * python/cache.cc: Correct the 'Auto' descriptor of the Package class. --- python/cache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/cache.cc') 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}, -- cgit v1.2.3