aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/fs/ya.make
blob: 836f49b6d83e3d5eec80d3b50a23b635a8f31539 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PY23_LIBRARY()

PY_SRCS(
    __init__.py
)

IF (OS_DARWIN)
    PY_SRCS(
        clonefile.pyx
    )
ENDIF()

PEERDIR(
    library/python/func
    library/python/strings
    library/python/windows
)

END()

RECURSE_FOR_TESTS(test)