summaryrefslogtreecommitdiff
path: root/styles.py
diff options
context:
space:
mode:
Diffstat (limited to 'styles.py')
-rw-r--r--styles.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/styles.py b/styles.py
index 3d29e27..a403029 100644
--- a/styles.py
+++ b/styles.py
@@ -13,8 +13,8 @@ pressed = []
script_path = Path(os.path.realpath(__file__)).parents[0]
data_dirs = {
- 'style': script_path / '..' / 'data' / 'styles',
- 'object': script_path / '..' / 'data' / 'objects',
+ 'style': script_path / 'data' / 'styles',
+ 'object': script_path / 'data' / 'objects',
}