From 096312be3165c9f6775c2a082aeaabd24aaaed53 Mon Sep 17 00:00:00 2001 From: vg Date: Mon, 2 Jan 2023 16:51:11 +0100 Subject: git-sync on dita --- pygame/__init__.py | 12 ++++++------ pygame/package | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) create mode 120000 pygame/package 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 diff --git a/pygame/package b/pygame/package new file mode 120000 index 0000000..945c9b4 --- /dev/null +++ b/pygame/package @@ -0,0 +1 @@ +. \ No newline at end of file -- cgit v1.2.3