fix case in file and module names
authorNiki Roo <niki@nikiroo.be>
Sun, 23 Mar 2025 18:30:08 +0000 (19:30 +0100)
committerNiki Roo <niki@nikiroo.be>
Sun, 23 Mar 2025 18:30:08 +0000 (19:30 +0100)
commitfed242e2fdd81c063d530f81b7cfdff06093b19e
treee9af7fbcbf72e405b0f8b2765f98cda6dfee30a9
parent2a4a9c9b6f705ceecff75d2c303c62a9986984f1
fix case in file and module names
12 files changed:
Gamiki/Support/__init__.py [deleted file]
Gamiki/__init__.py [deleted file]
gamiki.py [moved from Main.py with 98% similarity]
gamiki/__init__.py [new file with mode: 0644]
gamiki/builder.py [moved from Gamiki/Builder.py with 97% similarity]
gamiki/game.py [moved from Gamiki/Game.py with 100% similarity]
gamiki/library.py [moved from Gamiki/Library.py with 94% similarity]
gamiki/support/__init__.py [new file with mode: 0644]
gamiki/support/support.py [moved from Gamiki/Support/Support.py with 96% similarity]
gamiki/support/support_dos.py [moved from Gamiki/Support/SupportDos.py with 96% similarity]
gamiki/support/support_gog.py [moved from Gamiki/Support/SupportGog.py with 97% similarity]
gamiki/support/support_win31.py [moved from Gamiki/Support/SupportWin31.py with 88% similarity]