diff options
-rwxr-xr-x | pygame/__init__.py | 12 | ||||
l--------- | pygame/package | 1 |
2 files changed, 7 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 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 |