From 04d88c73c76aed5b8ccc9c548e6cc4acff06826e Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Tue, 21 Aug 2018 19:27:30 +0200 Subject: [PATCH] Rename Tetris2000.py to TETRIS2000.py --- Tetris2000.py => TETRIS2000.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Tetris2000.py => TETRIS2000.py (89%) diff --git a/Tetris2000.py b/TETRIS2000.py similarity index 89% rename from Tetris2000.py rename to TETRIS2000.py index 87f240b..58556ac 100644 --- a/Tetris2000.py +++ b/TETRIS2000.py @@ -19,4 +19,4 @@ app = QtWidgets.QApplication.instance() or QtWidgets.QApplication(sys.argv) win = Window() win.show() win.frames.new_game() -sys.exit(app.exec_()) \ No newline at end of file +sys.exit(app.exec_())