diff options
author | snermolaev <snermolaev@yandex-team.com> | 2023-09-28 06:22:03 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2023-09-28 06:54:01 +0300 |
commit | f81163b16a32dcba19f1502ed5f99d236e843583 (patch) | |
tree | 620ae0d17229c56b4e5e21715b4e456f29bbc250 /build/plugins/ya.make | |
parent | 5293f6848120dda6951497e3c264e5c088b4d884 (diff) | |
download | ydb-f81163b16a32dcba19f1502ed5f99d236e843583.tar.gz |
move ssql.py to build/internal/plugins
Diffstat (limited to 'build/plugins/ya.make')
-rw-r--r-- | build/plugins/ya.make | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/plugins/ya.make b/build/plugins/ya.make index 75b033baf8..fc69260f97 100644 --- a/build/plugins/ya.make +++ b/build/plugins/ya.make @@ -5,8 +5,6 @@ PY2_LIBRARY() PY_SRCS( TOP_LEVEL - ssqls.py - _common.py _requirements.py ) |