Browse Source

build/plugins to PY3 only

zaverden 1 year ago
parent
commit
fe2ef02b38
2 changed files with 2 additions and 2 deletions
  1. 1 1
      build/plugins/tests/ya.make
  2. 1 1
      build/plugins/ya.make

+ 1 - 1
build/plugins/tests/ya.make

@@ -1,4 +1,4 @@
-PY2TEST()
+PY3TEST()
 
 
 OWNER(g:ymake)
 OWNER(g:ymake)
 
 

+ 1 - 1
build/plugins/ya.make

@@ -1,6 +1,6 @@
 OWNER(g:ymake)
 OWNER(g:ymake)
 
 
-PY23_LIBRARY()
+PY3_LIBRARY()
 
 
 STYLE_PYTHON()
 STYLE_PYTHON()