aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/strings/ya.make
diff options
context:
space:
mode:
authorexprmntr <exprmntr@yandex-team.ru>2022-02-10 16:46:50 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:50 +0300
commit078ddb2fb76387cae14e8c3ceb5a896009a5a539 (patch)
treedda2d61bf8f818c76b5602b79366b5fcbcf2e479 /library/python/strings/ya.make
parent5085152b94bf621933243a498def7f37d2e76b58 (diff)
downloadydb-078ddb2fb76387cae14e8c3ceb5a896009a5a539.tar.gz
Restoring authorship annotation for exprmntr <exprmntr@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/python/strings/ya.make')
-rw-r--r--library/python/strings/ya.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/library/python/strings/ya.make b/library/python/strings/ya.make
index 7e0b033717..89d388fd3a 100644
--- a/library/python/strings/ya.make
+++ b/library/python/strings/ya.make
@@ -1,16 +1,16 @@
-OWNER(g:yatool)
-
-PY23_LIBRARY()
-
+OWNER(g:yatool)
+
+PY23_LIBRARY()
+
PY_SRCS(
__init__.py
CYTHONIZE_PY
strings.py
)
-
+
PEERDIR(
library/python/func
contrib/python/six
)
-
-END()
+
+END()