From b4cb3cf82337c5a0d560fd77c9a921298b07aa21 Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 18 Jan 2019 17:29:37 +0100 Subject: made the loading work --- asciifarm/client/paths.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'asciifarm/client/paths.py') 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") -- cgit