summaryrefslogtreecommitdiff
path: root/asciifarm/client/paths.py
diff options
context:
space:
mode:
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")