From 3282ac5c7b9ec7102a8ac6683c1647366cee0ba8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 1 Aug 2010 01:11:41 -0700 Subject: Fix NameError for ConfigProtect. --- bin/dispatch-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dispatch-conf b/bin/dispatch-conf index a7556a3a3..1e21a521b 100755 --- a/bin/dispatch-conf +++ b/bin/dispatch-conf @@ -113,7 +113,7 @@ class dispatch: # config file freezing support frozen_files = set(self.options.get("frozen-files", "").split()) auto_zapped = [] - protect_obj = ConfigProtect( + protect_obj = portage.util.ConfigProtect( config_root, config_paths, portage.util.shlex_split( portage.settings.get('CONFIG_PROTECT_MASK', ''))) -- cgit v1.2.3-1-g7c22