From df7c70d16efbe0752670783124914298157618e2 Mon Sep 17 00:00:00 2001 From: Mounir Lamouri Date: Thu, 30 Jul 2009 20:59:09 +0000 Subject: Updating find_updated_config_files function description svn path=/main/trunk/; revision=13860 --- pym/portage/util.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pym') diff --git a/pym/portage/util.py b/pym/portage/util.py index f3e79ba7c..49eec6492 100644 --- a/pym/portage/util.py +++ b/pym/portage/util.py @@ -1293,12 +1293,12 @@ def new_protect_filename(mydest, newmd5=None): def find_updated_config_files(target_root, config_protect): """ - Return a list of configuration files that needs to be updated. - The list contains tuple organized like this: + Return a tuple of configuration files that needs to be updated. + The tuple contains lists organized like this: [ protected_dir, file_list ] - If the protected config isn't a protected_dir but a procted_file, tuple is: + If the protected config isn't a protected_dir but a procted_file, list is: [ protected_file, None ] - If no configuration files needs to be updated, [] is returned + If no configuration files needs to be updated, None is returned """ if config_protect: -- cgit v1.2.3-1-g7c22