diff options
author | Nikita Slyusarev <nslus@yandex-team.com> | 2022-02-10 16:46:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:53 +0300 |
commit | 469afdc4e2587bf62ecdd096b75a0baa444c4012 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /library/python/symbols | |
parent | cd77cecfc03a3eaf87816af28a33067c4f0cdb59 (diff) | |
download | ydb-469afdc4e2587bf62ecdd096b75a0baa444c4012.tar.gz |
Restoring authorship annotation for Nikita Slyusarev <nslus@yandex-team.com>. Commit 2 of 2.
Diffstat (limited to 'library/python/symbols')
-rw-r--r-- | library/python/symbols/python/ut/ya.make | 4 | ||||
-rw-r--r-- | library/python/symbols/python/ya.make | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/library/python/symbols/python/ut/ya.make b/library/python/symbols/python/ut/ya.make index ba20bf0237..2849e01b1e 100644 --- a/library/python/symbols/python/ut/ya.make +++ b/library/python/symbols/python/ut/ya.make @@ -2,14 +2,14 @@ PY23_LIBRARY() OWNER(orivej) -TEST_SRCS(test_ctypes.py) +TEST_SRCS(test_ctypes.py) PEERDIR( library/python/symbols/python ) END() - + RECURSE_FOR_TESTS( py2 py3 diff --git a/library/python/symbols/python/ya.make b/library/python/symbols/python/ya.make index 7762f87592..6bfd54f8bc 100644 --- a/library/python/symbols/python/ya.make +++ b/library/python/symbols/python/ya.make @@ -11,5 +11,5 @@ SRCS( ) END() - -RECURSE_FOR_TESTS(ut) + +RECURSE_FOR_TESTS(ut) |