aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/ut/lib
diff options
context:
space:
mode:
authorIlnur Khuziev <ilnur.khuziev@yandex.ru>2022-02-10 16:46:14 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:14 +0300
commit60040c91ffe701a84689b2c6310ff845e65cff42 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/python/ut/lib
parent736dcd8ca259457a136f2f9f9168c44643914323 (diff)
downloadydb-60040c91ffe701a84689b2c6310ff845e65cff42.tar.gz
Restoring authorship annotation for Ilnur Khuziev <ilnur.khuziev@yandex.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/python/ut/lib')
-rw-r--r--contrib/libs/python/ut/lib/test.cpp2
-rw-r--r--contrib/libs/python/ut/lib/ya.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/python/ut/lib/test.cpp b/contrib/libs/python/ut/lib/test.cpp
index b49d6ab61e..e3aabc8889 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 de4a2b892c..cfa0aaa612 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(