summaryrefslogtreecommitdiffstats
path: root/library/python/windows
diff options
context:
space:
mode:
Diffstat (limited to 'library/python/windows')
-rw-r--r--library/python/windows/ya.make11
1 files changed, 0 insertions, 11 deletions
diff --git a/library/python/windows/ya.make b/library/python/windows/ya.make
deleted file mode 100644
index 97c6f48f23a..00000000000
--- a/library/python/windows/ya.make
+++ /dev/null
@@ -1,11 +0,0 @@
-PY23_LIBRARY()
-
-PY_SRCS(__init__.py)
-
-PEERDIR(
- library/python/func
- library/python/strings
- contrib/python/six
-)
-
-END()