mirror of https://github.com/PCSX2/pcsx2.git
tool : update generate_redump_yaml.py
This commit is contained in:
parent
f7b9c48998
commit
9fe8235eda
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
import xml.etree.ElementTree as ET
|
||||
import re
|
||||
|
|
Loading…
Reference in New Issue