mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-19 17:55:19 -04:00
🔗 Relative imports inside applbuild modules
This commit is contained in:
parent
6558781771
commit
e886686749
3 changed files with 28 additions and 26 deletions
|
@ -12,7 +12,7 @@ def add_missing_xcursor(directory: Union[str, Path]) -> None:
|
|||
"""Add missing `XCursor` to the Unix cursor package.
|
||||
|
||||
:param directory: directory where XCursors are available.
|
||||
:type directory: Union[str, Path]
|
||||
:type directory: ``str`` or ``pathlib.Path``
|
||||
"""
|
||||
|
||||
symlinks: List[Dict[str, Union[str, List[str]]]] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue