mirror of https://github.com/PCSX2/pcsx2.git
parent
fdb170b443
commit
7c1bf15618
|
@ -38,7 +38,7 @@ for filename in all_source_files:
|
||||||
data = f.read()
|
data = f.read()
|
||||||
except:
|
except:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
tokens = tokens.union(set(re.findall("(ICON_FA_[a-zA-Z0-9_]+)", data)))
|
tokens = tokens.union(set(re.findall("(ICON_FA_[a-zA-Z0-9_]+)", data)))
|
||||||
|
|
||||||
print("{} tokens found.".format(len(tokens)))
|
print("{} tokens found.".format(len(tokens)))
|
||||||
|
|
Loading…
Reference in New Issue