summaryrefslogtreecommitdiff
path: root/asciifarm/client/paths.py
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2019-01-18 13:08:05 +0100
committertroido <troido@protonmail.com>2019-01-18 13:08:05 +0100
commitacadcfa5e7c22b5767e2ae4541829984b37b416a (patch)
treed98bf70d2415d539f58acc7370d716717e54d0bf /asciifarm/client/paths.py
parent77105adc468c8f58f94173e7402ac822817beb6f (diff)
use loaders for keybindings and charmaps which allow them to import templates
Diffstat (limited to 'asciifarm/client/paths.py')
-rw-r--r--asciifarm/client/paths.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/asciifarm/client/paths.py b/asciifarm/client/paths.py
new file mode 100644
index 0000000..46a1a62
--- /dev/null
+++ b/asciifarm/client/paths.py
@@ -0,0 +1,6 @@
+
+
+clientPath = os.path.dirname(__file__)
+farmsPath = os.path.join(clientPath, "..")
+charMapPath = os.path.join(farmsPath, "charmaps")
+keybindingsPath = os.path.join(farmsPath, "keybindings")