no python2
This commit is contained in:
parent
3015a36984
commit
4a69c12349
@ -4,10 +4,7 @@ import locale
|
||||
import time
|
||||
import os
|
||||
|
||||
try:
|
||||
import configparser
|
||||
except ImportError:
|
||||
import ConfigParser as configparser
|
||||
|
||||
try:
|
||||
import arcade
|
||||
@ -482,8 +479,11 @@ High score could not be saved:
|
||||
|
||||
|
||||
def main():
|
||||
try:
|
||||
TetrArcade()
|
||||
arcade.run()
|
||||
except Exception as e:
|
||||
sys.exit(e)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
x
Reference in New Issue
Block a user