aboutsummaryrefslogblamecommitdiffstats
path: root/library/python/fs/ya.make
blob: 836f49b6d83e3d5eec80d3b50a23b635a8f31539 (plain) (tree)



















                          
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)