aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/resource/ya.make
blob: 60457ce58465f3da59dc74a94f3bc827e8730ed3 (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)