diff options
| author | troido <troido@protonmail.com> | 2019-01-18 18:11:04 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2019-01-18 18:11:04 +0100 |
| commit | c9744caa15350f07626676d0dc48e38be317494a (patch) | |
| tree | 5dc16e3010b702804e5248785626a2d2d709a545 /asciifarm/client/paths.py | |
| parent | 01399d4be6f3dacb7c0bed2b84edbbc63331b83e (diff) | |
changed filenames for resource configs
Diffstat (limited to 'asciifarm/client/paths.py')
| -rw-r--r-- | asciifarm/client/paths.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asciifarm/client/paths.py b/asciifarm/client/paths.py index 3042f92..407d54c 100644 --- a/asciifarm/client/paths.py +++ b/asciifarm/client/paths.py @@ -2,6 +2,6 @@ import os.path clientPath = os.path.dirname(__file__) -farmsPath = os.path.join(clientPath, "..") +farmsPath = os.path.normpath(os.path.join(clientPath, "..")) charmapPath = os.path.join(farmsPath, "charmaps") keybindingsPath = os.path.join(farmsPath, "keybindings") |
