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