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

PEERDIR(
    contrib/python/six
)

PY_SRCS(__init__.py)

END()

RECURSE_FOR_TESTS(ut)