aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/strings/ya.make
blob: eee89ae7dc9fee16c073f63eed4fc8462d943824 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OWNER(g:yatool)

PY23_LIBRARY()

PY_SRCS(
    __init__.py
    CYTHONIZE_PY
    strings.py
)

PEERDIR( 
    library/python/func 
    contrib/python/six
) 

END()