aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/filelock/ya.make
blob: 408961d20faa7449f5edc659d01f8f2bc6764d8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PY23_LIBRARY()

PY_SRCS(
    __init__.py
)

PEERDIR(
    library/python/windows
)

END()

RECURSE_FOR_TESTS(
    ut
)