diff options
-rwxr-xr-x | bin/dispatch-conf | 2 |
1 files changed, 1 insertions, 1 deletions
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', ''))) |