aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/style/ya.make
blob: 7d3e9efd6b04c2806fd5db45db78e247c1919bfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PY23_LIBRARY()

PY_SRCS(
    rules.py
)

PEERDIR(
    contrib/python/six
)

END()