Rename PySudoku.pyw to PySudoku.py

This commit is contained in:
adrienmalin 2018-07-30 23:10:05 +02:00 committed by GitHub
parent a3bac3b0fb
commit 860f100e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1195,4 +1195,4 @@ class App(Tk):
if __name__ == "__main__":
app = App(argv)
exit(app.mainloop())
exit(app.mainloop())