aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/resource
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /library/python/resource
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/python/resource')
-rw-r--r--library/python/resource/ut/lib/ya.make17
-rw-r--r--library/python/resource/ut/py2/ya.make9
-rw-r--r--library/python/resource/ut/py3/ya.make9
-rw-r--r--library/python/resource/ut/ya.make6
-rw-r--r--library/python/resource/ya.make13
5 files changed, 0 insertions, 54 deletions
diff --git a/library/python/resource/ut/lib/ya.make b/library/python/resource/ut/lib/ya.make
deleted file mode 100644
index 693e388878..0000000000
--- a/library/python/resource/ut/lib/ya.make
+++ /dev/null
@@ -1,17 +0,0 @@
-PY23_LIBRARY()
-
-OWNER(pg)
-
-TEST_SRCS(test_simple.py)
-
-PEERDIR(
- library/python/resource
-)
-
-RESOURCE(
- qw.txt /qw.txt
- qw.txt /prefix/1.txt
- qw.txt /prefix/2.txt
-)
-
-END()
diff --git a/library/python/resource/ut/py2/ya.make b/library/python/resource/ut/py2/ya.make
deleted file mode 100644
index 5085610faf..0000000000
--- a/library/python/resource/ut/py2/ya.make
+++ /dev/null
@@ -1,9 +0,0 @@
-PY2TEST()
-
-OWNER(pg)
-
-PEERDIR(
- library/python/resource/ut/lib
-)
-
-END()
diff --git a/library/python/resource/ut/py3/ya.make b/library/python/resource/ut/py3/ya.make
deleted file mode 100644
index 64eb2e83ce..0000000000
--- a/library/python/resource/ut/py3/ya.make
+++ /dev/null
@@ -1,9 +0,0 @@
-PY3TEST()
-
-OWNER(pg)
-
-PEERDIR(
- library/python/resource/ut/lib
-)
-
-END()
diff --git a/library/python/resource/ut/ya.make b/library/python/resource/ut/ya.make
deleted file mode 100644
index a5ec192d74..0000000000
--- a/library/python/resource/ut/ya.make
+++ /dev/null
@@ -1,6 +0,0 @@
-OWNER(pg)
-
-RECURSE(
- py2
- py3
-)
diff --git a/library/python/resource/ya.make b/library/python/resource/ya.make
deleted file mode 100644
index 989329fa4b..0000000000
--- a/library/python/resource/ya.make
+++ /dev/null
@@ -1,13 +0,0 @@
-PY23_LIBRARY()
-
-OWNER(pg)
-
-PEERDIR(
- contrib/python/six
-)
-
-PY_SRCS(__init__.py)
-
-END()
-
-RECURSE_FOR_TESTS(ut)