From 6e62223fe876d75c0e4f3e1cfcc33fa94e2cdaa6 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 26 Nov 2007 17:35:59 +0000 Subject: Make config.pop() properly call config.modifying(). svn path=/main/trunk/; revision=8690 --- pym/portage/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym') diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 2fecfef38..29fcbda54 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -2471,6 +2471,7 @@ class config(object): return x def pop(self, k, x=None): + self.modifying() v = x for d in reversed(self.lookuplist): v = d.pop(k, v) -- cgit v1.2.3-1-g7c22