diff options
Diffstat (limited to 'doc/examples/recommends.py')
| -rwxr-xr-x | doc/examples/recommends.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/recommends.py b/doc/examples/recommends.py index f0b3b1be..0ecd5882 100755 --- a/doc/examples/recommends.py +++ b/doc/examples/recommends.py @@ -3,7 +3,7 @@ import apt_pkg apt_pkg.init() -cache = apt_pkg.GetCache() +cache = apt_pkg.Cache() class Wanted: |
