diff options
Diffstat (limited to 'devtools/themeparser.py')
-rw-r--r-- | devtools/themeparser.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devtools/themeparser.py b/devtools/themeparser.py index a3524461a0..5c6f89897b 100644 --- a/devtools/themeparser.py +++ b/devtools/themeparser.py @@ -616,4 +616,3 @@ class STXBinaryFile(object): if __name__ == '__main__': bin = STXBinaryFile('../gui/themes/scummclassic', True, True) bin.parse() - |