From c9744caa15350f07626676d0dc48e38be317494a Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 18 Jan 2019 18:11:04 +0100 Subject: changed filenames for resource configs --- asciifarm/client/paths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asciifarm/client/paths.py') 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") -- cgit