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