diff options
| author | troido <troido@protonmail.com> | 2019-01-18 17:29:37 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2019-01-18 17:29:37 +0100 |
| commit | b4cb3cf82337c5a0d560fd77c9a921298b07aa21 (patch) | |
| tree | 5ba35ec5047e2dcf93cfe0e46b7dfa74824f8c17 /asciifarm/client/paths.py | |
| parent | acadcfa5e7c22b5767e2ae4541829984b37b416a (diff) | |
made the loading work
Diffstat (limited to 'asciifarm/client/paths.py')
| -rw-r--r-- | asciifarm/client/paths.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/asciifarm/client/paths.py b/asciifarm/client/paths.py index 46a1a62..3042f92 100644 --- a/asciifarm/client/paths.py +++ b/asciifarm/client/paths.py @@ -1,6 +1,7 @@ +import os.path clientPath = os.path.dirname(__file__) farmsPath = os.path.join(clientPath, "..") -charMapPath = os.path.join(farmsPath, "charmaps") +charmapPath = os.path.join(farmsPath, "charmaps") keybindingsPath = os.path.join(farmsPath, "keybindings") |
