blob: 3db8645cab3fd566a31319467386d4f0199c159a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/youseedee/__init__.py.orig 2025-07-24 11:24:42 UTC
+++ lib/youseedee/__init__.py
@@ -38,7 +38,7 @@ def ucd_dir():
def ucd_dir():
"""Return the directory where Unicode data is stored"""
- return Path(platformdirs.user_cache_dir("youseedee", ensure_exists=True))
+ return "%%UCDDIR%%"
def ensure_files():
|