diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/examples/depcache.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/depcache.py b/doc/examples/depcache.py index baf2d875..0eb2f075 100644 --- a/doc/examples/depcache.py +++ b/doc/examples/depcache.py @@ -34,6 +34,7 @@ print "example package iter: %s" % iter print "\n\n depcache" depcache = apt_pkg.GetDepCache(cache, progress) depcache.ReadPinFile() +# init is needed after the creation/pin file reading print "got a depcache: %s " % depcache print "Marked for install: %s " % depcache.InstCount |
