aboutsummaryrefslogtreecommitdiffstats
path: root/build/rules/py2_deprecation/ya.make
blob: 14295798daf848b8c0b4d2843ed475dd50a58f09 (plain) (blame)
1
2
3
4
5
6
OWNER(g:ymake)
RESOURCES_LIBRARY()

MESSAGE(WARNING You are using deprecated Python2-only code. Please consider rewriting to Python 3. To list all such errors use `ya make -DFAIL_PY2`.) 

END()