aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/ya.make
diff options
context:
space:
mode:
authorsnowball <snowball@yandex-team.ru>2022-02-10 16:46:32 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:32 +0300
commit83a8efcf3af051e3dd59c00d1d5dafc96412ec1e (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/plugins/ya.make
parent4d57126b1bae3cfd0f4f95c32d1a85ca684ee92c (diff)
downloadydb-83a8efcf3af051e3dd59c00d1d5dafc96412ec1e.tar.gz
Restoring authorship annotation for <snowball@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/plugins/ya.make')
-rw-r--r--build/plugins/ya.make20
1 files changed, 10 insertions, 10 deletions
diff --git a/build/plugins/ya.make b/build/plugins/ya.make
index 106476752d..4ad5f5988e 100644
--- a/build/plugins/ya.make
+++ b/build/plugins/ya.make
@@ -2,22 +2,22 @@ OWNER(g:ymake)
PY2_LIBRARY()
-PY_SRCS(
+PY_SRCS(
code_generator.py
ssqls.py
swig.py
-
+
_common.py
- _custom_command.py
- _import_wrapper.py
- _requirements.py
- _test_const.py
+ _custom_command.py
+ _import_wrapper.py
+ _requirements.py
+ _test_const.py
)
PEERDIR(build/plugins/lib)
END()
-
-RECURSE(
- tests
-)
+
+RECURSE(
+ tests
+)