=== modified file 'CommandNotFound/CommandNotFound.py' --- CommandNotFound/CommandNotFound.py 2010-05-31 16:55:04 +0000 +++ CommandNotFound/CommandNotFound.py 2011-08-09 05:58:24 +0000 @@ -129,7 +129,7 @@ except (SystemError, ImportError), e: return [] sources_list = set([]) - for source in SourcesList(): + for source in SourcesList(False): if not source.disabled and not source.invalid: for component in source.comps: sources_list.add(component)