mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Changes: https://github.com/simoncozens/youseedee/releases https://github.com/simoncozens/youseedee/commits/master
11 lines
334 B
Python
11 lines
334 B
Python
--- lib/youseedee/__init__.py.orig 2024-09-11 19:36:00 UTC
|
|
+++ lib/youseedee/__init__.py
|
|
@@ -38,7 +38,7 @@ def ucd_dir():
|
|
|
|
def ucd_dir():
|
|
"""Return the directory where Unicode data is stored"""
|
|
- ucddir = expanduser("~/.youseedee")
|
|
+ ucddir = "%%UCDDIR%%"
|
|
try:
|
|
os.mkdir(ucddir)
|
|
except FileExistsError:
|