issues
search
thane98
/
paragon
Toolkit for editing various FE games.
GNU General Public License v3.0
56
stars
17
forks
source link
Remove read_key_optional, also some module updates
#19
Closed
muhmuhten
closed
4 years ago
muhmuhten
commented
4 years ago
This is really two sets of changes:
a bunch of fairly mundane module label updates
I noticed that read_key_optional was functionally identical to
dict.get
and replaced all uses of it with the standard method.
This is really two sets of changes: