aboutsummaryrefslogtreecommitdiffstats
path: root/build/rules/py2_deprecation/ya.make
blob: f488d5e97b1fc38556e023f8b09c9fc3439c35e2 (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()