aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/strings/ya.make
blob: 89d388fd3af5be01633d8769460f28aa7c06ae38 (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()