Cleanup: use static sets where possible

This commit is contained in:
2014-09-18 17:45:31 +10:00
parent cf0ce0afc7
commit 90f75b8ce0
5 changed files with 7 additions and 7 deletions

View File

@@ -174,7 +174,7 @@ def cmake_get_src(f):
elif is_c(new_file):
sources_c.append(new_file)
global_refs.setdefault(new_file, []).append((f, i))
elif l in ("PARENT_SCOPE", ):
elif l in {"PARENT_SCOPE", }:
# cmake var, ignore
pass
elif new_file.endswith(".list"):