1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2025-12-19 04:20:23 +01:00

Drop Python2 support.

This commit is contained in:
2022-09-02 18:58:02 +02:00
parent 114984cbee
commit 75d2cff96c
6 changed files with 9 additions and 31 deletions

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
Wrapper for FS-UAE to perform some actions before and or after running the
emulator, if appropriate option is enabled.
@@ -119,7 +118,3 @@ def run():
if not exit_code:
sys.exit(4)
if __name__ == "__main__":
run()