summaryrefslogtreecommitdiffstats
path: root/library/python/testing/swag/lib
diff options
context:
space:
mode:
Diffstat (limited to 'library/python/testing/swag/lib')
-rw-r--r--library/python/testing/swag/lib/ya.make21
1 files changed, 0 insertions, 21 deletions
diff --git a/library/python/testing/swag/lib/ya.make b/library/python/testing/swag/lib/ya.make
deleted file mode 100644
index c1f486f7fa2..00000000000
--- a/library/python/testing/swag/lib/ya.make
+++ /dev/null
@@ -1,21 +0,0 @@
-PY23_LIBRARY()
-
-PEERDIR(
- contrib/python/six
- library/python/protobuf/runtime
- library/python/testing/yatest_common
-)
-
-SRCDIR(library/python/testing/swag)
-
-PY_SRCS(
- NAMESPACE library.python.testing.swag
-
- daemon.py
- gdb.py
- pathutil.py
- ports.py
- proto_traversals.py
-)
-
-END()