--- a/eric7/Utilities/ModuleParser.py Wed Nov 03 19:45:20 2021 +0100 +++ b/eric7/Utilities/ModuleParser.py Wed Nov 03 20:02:41 2021 +0100 @@ -1262,7 +1262,7 @@ @param fn function to call for classe that are already part of the result dictionary """ - if path[0] in list(list(result.keys())): + if path[0] in result: if len(path) > 1: fn(path[1:], result[path[0]], fn) else: