From 7a9fb6c469c7354ffcafbb4912a4c8f344383d84 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 17 Dec 2007 08:04:52 +0000 Subject: Fix setconfig.getSets() api breakage. svn path=/main/trunk/; revision=8937 --- bin/emaint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/emaint') diff --git a/bin/emaint b/bin/emaint index a5d7566f2..483c77c8d 100755 --- a/bin/emaint +++ b/bin/emaint @@ -26,7 +26,7 @@ class WorldHandler(object): from portage.sets import load_default_config setconfig = load_default_config(portage.settings, portage.db[portage.settings["ROOT"]]) - self._sets = setconfig.getSetsWithAliases() + self._sets = setconfig.getSets() def _check_world(self, onProgress): categories = set(portage.settings.categories) -- cgit v1.2.3-1-g7c22