diff options
Diffstat (limited to 'contrib/python/Pygments/ya.make')
| -rw-r--r-- | contrib/python/Pygments/ya.make | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/python/Pygments/ya.make b/contrib/python/Pygments/ya.make index 009956d6a17..9aec5a65a84 100644 --- a/contrib/python/Pygments/ya.make +++ b/contrib/python/Pygments/ya.make @@ -2,19 +2,19 @@ PY23_LIBRARY() LICENSE(Service-Py23-Proxy) -OWNER(g:python-contrib) +OWNER(g:python-contrib) -IF (PYTHON2) - PEERDIR(contrib/python/Pygments/py2) -ELSE() - PEERDIR(contrib/python/Pygments/py3) -ENDIF() +IF (PYTHON2) + PEERDIR(contrib/python/Pygments/py2) +ELSE() + PEERDIR(contrib/python/Pygments/py3) +ENDIF() NO_LINT() -END() +END() -RECURSE( - py2 - py3 +RECURSE( + py2 + py3 ) |
