diff options
author | Ilnur Khuziev <ilnur.khuziev@yandex.ru> | 2022-02-10 16:46:13 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:13 +0300 |
commit | 736dcd8ca259457a136f2f9f9168c44643914323 (patch) | |
tree | ddd46a036d68bfa83aa11b892f31243ea6b068a1 /contrib/libs/python | |
parent | 9bf2fa2b060c9881d3135c2208c624a1dd546ecc (diff) | |
download | ydb-736dcd8ca259457a136f2f9f9168c44643914323.tar.gz |
Restoring authorship annotation for Ilnur Khuziev <ilnur.khuziev@yandex.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/python')
-rw-r--r-- | contrib/libs/python/ut/lib/test.cpp | 2 | ||||
-rw-r--r-- | contrib/libs/python/ut/lib/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/python/ut/py2/use.cpp | 2 | ||||
-rw-r--r-- | contrib/libs/python/ut/py3/use.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/python/ut/lib/test.cpp b/contrib/libs/python/ut/lib/test.cpp index e3aabc8889..b49d6ab61e 100644 --- a/contrib/libs/python/ut/lib/test.cpp +++ b/contrib/libs/python/ut/lib/test.cpp @@ -1,7 +1,7 @@ #include "test.h" #include <Python.h> -#include <library/cpp/testing/unittest/registar.h> +#include <library/cpp/testing/unittest/registar.h> TTestPyInvoker::TTestPyInvoker() {} diff --git a/contrib/libs/python/ut/lib/ya.make b/contrib/libs/python/ut/lib/ya.make index cfa0aaa612..de4a2b892c 100644 --- a/contrib/libs/python/ut/lib/ya.make +++ b/contrib/libs/python/ut/lib/ya.make @@ -7,7 +7,7 @@ WITHOUT_LICENSE_TEXTS() LICENSE(YandexOpen) PEERDIR( - library/cpp/testing/unittest + library/cpp/testing/unittest ) SRCS( diff --git a/contrib/libs/python/ut/py2/use.cpp b/contrib/libs/python/ut/py2/use.cpp index a4a2c8d9bb..5cce4a1571 100644 --- a/contrib/libs/python/ut/py2/use.cpp +++ b/contrib/libs/python/ut/py2/use.cpp @@ -1,5 +1,5 @@ #include <contrib/libs/python/ut/lib/test.h> -#include <library/cpp/testing/unittest/registar.h> +#include <library/cpp/testing/unittest/registar.h> Y_UNIT_TEST_SUITE(TestPy3Binding) { Y_UNIT_TEST(version) { diff --git a/contrib/libs/python/ut/py3/use.cpp b/contrib/libs/python/ut/py3/use.cpp index 8a2531bcc1..0d067c1fc1 100644 --- a/contrib/libs/python/ut/py3/use.cpp +++ b/contrib/libs/python/ut/py3/use.cpp @@ -1,5 +1,5 @@ #include <contrib/libs/python/ut/lib/test.h> -#include <library/cpp/testing/unittest/registar.h> +#include <library/cpp/testing/unittest/registar.h> Y_UNIT_TEST_SUITE(TestPy3Binding) { Y_UNIT_TEST(version) { |