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

IF(OS_LINUX)
PY_SRCS(
    __init__.py
    nstools.pyx
)
ELSE()
PY_SRCS(
    nstools.py
)
ENDIF()

END()