diff options
author | kakabba <kakabba@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
commit | 9c914f41ba5e9f9365f404e892197553ac23809e (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/plugins/ya.make | |
parent | c8e3995898c443e78266f7420aac5fb3da15d413 (diff) | |
download | ydb-9c914f41ba5e9f9365f404e892197553ac23809e.tar.gz |
Restoring authorship annotation for <kakabba@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/plugins/ya.make')
-rw-r--r-- | build/plugins/ya.make | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/plugins/ya.make b/build/plugins/ya.make index 82733a5516..4ad5f5988e 100644 --- a/build/plugins/ya.make +++ b/build/plugins/ya.make @@ -1,7 +1,7 @@ OWNER(g:ymake) - + PY2_LIBRARY() - + PY_SRCS( code_generator.py ssqls.py @@ -16,7 +16,7 @@ PY_SRCS( PEERDIR(build/plugins/lib) -END() +END() RECURSE( tests |