summaryrefslogtreecommitdiff
path: root/asciifarm/client/paths.py
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-03-06 11:26:59 +0100
committertroido <troido@protonmail.com>2020-03-06 11:26:59 +0100
commitdd07ff4d686f07cdc9736627dd0ef099ef5e4e4f (patch)
treef43310b3779a95efd74a40ba8139cf146ad49051 /asciifarm/client/paths.py
parentc9366616079240cd7ee3d243c9f6897d40b4267d (diff)
new directory structure for the separate client repo
Diffstat (limited to 'asciifarm/client/paths.py')
-rw-r--r--asciifarm/client/paths.py7
1 files changed, 0 insertions, 7 deletions
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")