diff options
author | ngc224 <ngc224@yandex-team.ru> | 2022-02-10 16:46:20 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:20 +0300 |
commit | 50152f7fd45140de323b88e009d3daa4209b3f07 (patch) | |
tree | 2683706dd2f4f75d50ad7fa0df0bdfa59841c42e /contrib/restricted | |
parent | c73494e681a4e497ae191ada07a55a6bf55885ff (diff) | |
download | ydb-50152f7fd45140de323b88e009d3daa4209b3f07.tar.gz |
Restoring authorship annotation for <ngc224@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/restricted')
7 files changed, 29 insertions, 29 deletions
diff --git a/contrib/restricted/boost/libs/python/arcadia_test/mod/ya.make b/contrib/restricted/boost/libs/python/arcadia_test/mod/ya.make index ff4c0e70e4..1b0e6f37fa 100644 --- a/contrib/restricted/boost/libs/python/arcadia_test/mod/ya.make +++ b/contrib/restricted/boost/libs/python/arcadia_test/mod/ya.make @@ -1,4 +1,4 @@ -PY23_NATIVE_LIBRARY() +PY23_NATIVE_LIBRARY() WITHOUT_LICENSE_TEXTS() diff --git a/contrib/restricted/boost/libs/python/arcadia_test/py2/test_hello.py b/contrib/restricted/boost/libs/python/arcadia_test/py2/test_hello.py index 67d1d8f06a..7034f28ba3 100644 --- a/contrib/restricted/boost/libs/python/arcadia_test/py2/test_hello.py +++ b/contrib/restricted/boost/libs/python/arcadia_test/py2/test_hello.py @@ -1,5 +1,5 @@ -import arcadia_boost_python_test as M - - -def test_hello(): - assert M.hello() == "hello world!" +import arcadia_boost_python_test as M + + +def test_hello(): + assert M.hello() == "hello world!" diff --git a/contrib/restricted/boost/libs/python/arcadia_test/py2/ya.make b/contrib/restricted/boost/libs/python/arcadia_test/py2/ya.make index 2eb3461699..79af53a4d6 100644 --- a/contrib/restricted/boost/libs/python/arcadia_test/py2/ya.make +++ b/contrib/restricted/boost/libs/python/arcadia_test/py2/ya.make @@ -1,17 +1,17 @@ PY2TEST() - + WITHOUT_LICENSE_TEXTS() - + OWNER( antoshkka g:cpp-committee g:cpp-contrib ) - + PEERDIR( contrib/restricted/boost/libs/python/arcadia_test/mod ) -TEST_SRCS(test_hello.py) - -END() +TEST_SRCS(test_hello.py) + +END() diff --git a/contrib/restricted/boost/libs/python/arcadia_test/py3/test_hello.py b/contrib/restricted/boost/libs/python/arcadia_test/py3/test_hello.py index 67d1d8f06a..7034f28ba3 100644 --- a/contrib/restricted/boost/libs/python/arcadia_test/py3/test_hello.py +++ b/contrib/restricted/boost/libs/python/arcadia_test/py3/test_hello.py @@ -1,5 +1,5 @@ -import arcadia_boost_python_test as M - - -def test_hello(): - assert M.hello() == "hello world!" +import arcadia_boost_python_test as M + + +def test_hello(): + assert M.hello() == "hello world!" diff --git a/contrib/restricted/boost/libs/python/arcadia_test/py3/ya.make b/contrib/restricted/boost/libs/python/arcadia_test/py3/ya.make index 5334de5fb0..97f8768548 100644 --- a/contrib/restricted/boost/libs/python/arcadia_test/py3/ya.make +++ b/contrib/restricted/boost/libs/python/arcadia_test/py3/ya.make @@ -1,17 +1,17 @@ -PY3TEST() - +PY3TEST() + WITHOUT_LICENSE_TEXTS() - + OWNER( antoshkka g:cpp-committee g:cpp-contrib ) - + PEERDIR( contrib/restricted/boost/libs/python/arcadia_test/mod ) -TEST_SRCS(test_hello.py) - -END() +TEST_SRCS(test_hello.py) + +END() diff --git a/contrib/restricted/boost/libs/python/arcadia_test/ya.make b/contrib/restricted/boost/libs/python/arcadia_test/ya.make index 4cedc9fb3e..e4c19a7bbe 100644 --- a/contrib/restricted/boost/libs/python/arcadia_test/ya.make +++ b/contrib/restricted/boost/libs/python/arcadia_test/ya.make @@ -1,4 +1,4 @@ -RECURSE( - py2 - py3 -) +RECURSE( + py2 + py3 +) diff --git a/contrib/restricted/boost/libs/python/ya.make b/contrib/restricted/boost/libs/python/ya.make index 8a9607986f..d05d74edb0 100644 --- a/contrib/restricted/boost/libs/python/ya.make +++ b/contrib/restricted/boost/libs/python/ya.make @@ -1,4 +1,4 @@ -PY23_NATIVE_LIBRARY() +PY23_NATIVE_LIBRARY() LICENSE(BSL-1.0) |