diff options
author | vg <vgm+dev@devys.org> | 2023-01-02 16:51:11 +0100 |
---|---|---|
committer | vg <vgm+dev@devys.org> | 2023-01-02 16:51:11 +0100 |
commit | 096312be3165c9f6775c2a082aeaabd24aaaed53 (patch) | |
tree | 6492022be16e9cff39bfad498e5f51bc33682ceb /pygame/__init__.py | |
parent | f79d73440fa6b4e3f2641c86a477b5e5630d7fad (diff) | |
download | gamechest-096312be3165c9f6775c2a082aeaabd24aaaed53.tar.gz gamechest-096312be3165c9f6775c2a082aeaabd24aaaed53.tar.bz2 gamechest-096312be3165c9f6775c2a082aeaabd24aaaed53.zip |
git-sync on dita
Diffstat (limited to 'pygame/__init__.py')
-rwxr-xr-x | pygame/__init__.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pygame/__init__.py b/pygame/__init__.py index b6ec930..04bc45a 100755 --- a/pygame/__init__.py +++ b/pygame/__init__.py @@ -12,12 +12,12 @@ import yaml from .profiledb import ProfileDB -from gamechest.cliactions import run -from gamechest.gamedb import GameDB -from gamechest.statusdb import StatusDB -from gamechest.gameconfig import config -from gamechest.runners.install import Install -from gamechest.runners.remove import Remove +from .gamechest.cliactions import run +from .gamechest.gamedb import GameDB +from .gamechest.statusdb import StatusDB +from .gamechest.gameconfig import config +from .gamechest.runners.install import Install +from .gamechest.runners.remove import Remove # 16:9 ratio |