summaryrefslogtreecommitdiffstats
path: root/library/python/port_manager/ya.make
blob: 7f909c741b571d9ed0e8d6287b5c0f16e2a21991 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
PY23_LIBRARY()
PY_SRCS(
    __init__.py
)
PEERDIR(
    contrib/python/six
    library/python/filelock
)
STYLE_PYTHON()
END()