aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/filelock/ut/lib/ya.make
blob: f3f9da5a67e78ab39558e3ea29cc62fc521fb37d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
OWNER(g:yatool)

PY23_LIBRARY()

TEST_SRCS(test_filelock.py)

PEERDIR(
    library/python/filelock
)

END()