From dd07ff4d686f07cdc9736627dd0ef099ef5e4e4f Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 6 Mar 2020 11:26:59 +0100 Subject: new directory structure for the separate client repo --- asciifarm/client/paths.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 asciifarm/client/paths.py (limited to 'asciifarm/client/paths.py') diff --git a/asciifarm/client/paths.py b/asciifarm/client/paths.py deleted file mode 100644 index 407d54c..0000000 --- a/asciifarm/client/paths.py +++ /dev/null @@ -1,7 +0,0 @@ - -import os.path - -clientPath = os.path.dirname(__file__) -farmsPath = os.path.normpath(os.path.join(clientPath, "..")) -charmapPath = os.path.join(farmsPath, "charmaps") -keybindingsPath = os.path.join(farmsPath, "keybindings") -- cgit