summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/libs/python
diff options
context:
space:
mode:
authorngc224 <[email protected]>2022-02-10 16:46:20 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:46:20 +0300
commitb86334f8eb651237aceaa035bebb519893d6d077 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/restricted/boost/libs/python
parent50152f7fd45140de323b88e009d3daa4209b3f07 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted/boost/libs/python')
-rw-r--r--contrib/restricted/boost/libs/python/arcadia_test/mod/ya.make2
-rw-r--r--contrib/restricted/boost/libs/python/arcadia_test/py2/test_hello.py10
-rw-r--r--contrib/restricted/boost/libs/python/arcadia_test/py2/ya.make12
-rw-r--r--contrib/restricted/boost/libs/python/arcadia_test/py3/test_hello.py10
-rw-r--r--contrib/restricted/boost/libs/python/arcadia_test/py3/ya.make14
-rw-r--r--contrib/restricted/boost/libs/python/arcadia_test/ya.make8
-rw-r--r--contrib/restricted/boost/libs/python/ya.make2
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 1b0e6f37fa5..ff4c0e70e4f 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 7034f28ba38..67d1d8f06a2 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 79af53a4d66..2eb34616998 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 7034f28ba38..67d1d8f06a2 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 97f87685486..5334de5fb0f 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 e4c19a7bbe4..4cedc9fb3e4 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 d05d74edb05..8a9607986f3 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)