diff options
author | snermolaev <snermolaev@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
commit | 2015790ac9fcc04caab83fccc23ab2460310a797 (patch) | |
tree | e644e9bc3f6f688561a871793b59bf8a637e0f72 /library/python | |
parent | c768a99151e47c3a4bb7b92c514d256abd301c4d (diff) | |
download | ydb-2015790ac9fcc04caab83fccc23ab2460310a797.tar.gz |
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/python')
-rw-r--r-- | library/python/runtime_py3/ya.make | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/library/python/runtime_py3/ya.make b/library/python/runtime_py3/ya.make index fa5c11341a..d49e90b8e0 100644 --- a/library/python/runtime_py3/ya.make +++ b/library/python/runtime_py3/ya.make @@ -31,16 +31,16 @@ PY_SRCS( sitecustomize.pyx ) -IF (CYTHON_COVERAGE) - # Let covarage support add all needed files to resources -ELSE() - RESOURCE_FILES( - PREFIX ${MODDIR}/ - __res.pyx - importer.pxi - sitecustomize.pyx - ) -ENDIF() +IF (CYTHON_COVERAGE) + # Let covarage support add all needed files to resources +ELSE() + RESOURCE_FILES( + PREFIX ${MODDIR}/ + __res.pyx + importer.pxi + sitecustomize.pyx + ) +ENDIF() END() |