summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/bintree.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-04-28 01:17:09 -0700
committerZac Medico <zmedico@gentoo.org>2010-04-28 01:17:09 -0700
commit13e7e7277b50c525c31588e52953b9defbe07e8b (patch)
tree7ee849ed1aa3a9571a60ff7b58fe5c87692c4091 /pym/portage/dbapi/bintree.py
parentb3c018323e9a78b6bccfe5f20f41c40fdd2eb989 (diff)
downloadportage-13e7e7277b50c525c31588e52953b9defbe07e8b.tar.gz
portage-13e7e7277b50c525c31588e52953b9defbe07e8b.tar.bz2
portage-13e7e7277b50c525c31588e52953b9defbe07e8b.zip
Fix typo from previous commit.
Diffstat (limited to 'pym/portage/dbapi/bintree.py')
-rw-r--r--pym/portage/dbapi/bintree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
index e219244f6..0f7d56810 100644
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@ -951,7 +951,7 @@ class binarytree(object):
# Discard cached metadata to ensure that _pkgindex_entry
# doesn't return stale metadata.
- self._aux_cache.pop(cpv, None)
+ self.dbapi._aux_cache.pop(cpv, None)
try:
d = self._pkgindex_entry(cpv)