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

OWNER(pg)

PEERDIR(
    contrib/python/six
)

PY_SRCS(__init__.py) 

END()
 
RECURSE_FOR_TESTS(ut)