From 28fbecadc0b0fce93df1cc7f7c7b5bf2e4b8fc73 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 1 Jul 2008 05:22:57 +0000 Subject: add a call to pruneNonExisting() at the end of dbapi.vartree.PreservedLibsRegistry.__init__() svn path=/main/trunk/; revision=10862 --- pym/portage/dbapi/vartree.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 38fa50c4a..cd1e1ddca 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -46,7 +46,8 @@ class PreservedLibsRegistry(object): self._filename = filename self._autocommit = autocommit self.load() - + self.pruneNonExisting() + def load(self): """ Reload the registry data from file """ try: -- cgit v1.2.3-1-g7c22