From f018472f4b28f12f8c792bae7843ea3e6ea9f64f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 5 Feb 2010 23:39:19 +0000 Subject: [PATCH] Fix deprecated reference to portdbapi.mysettings. svn path=/main/trunk/; revision=15324 --- bin/egencache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/egencache b/bin/egencache index 78d2f1f5b..13e7ced79 100755 --- a/bin/egencache +++ b/bin/egencache @@ -144,7 +144,7 @@ class GenCache(object): consumer=self._metadata_callback, max_jobs=max_jobs, max_load=max_load) self.returncode = os.EX_OK - metadbmodule = portdb.mysettings.load_best_module("portdbapi.metadbmodule") + metadbmodule = portdb.settings.load_best_module("portdbapi.metadbmodule") self._trg_cache = metadbmodule(portdb.porttrees[0], "metadata/cache", portage.auxdbkeys[:]) if rsync: -- 2.26.2