aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/runtime_py3
diff options
context:
space:
mode:
Diffstat (limited to 'library/python/runtime_py3')
-rw-r--r--library/python/runtime_py3/ya.make20
1 files changed, 10 insertions, 10 deletions
diff --git a/library/python/runtime_py3/ya.make b/library/python/runtime_py3/ya.make
index d49e90b8e0..fa5c11341a 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()