aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/ya.make
diff options
context:
space:
mode:
authorDmitry Kopylov <kopylovd@gmail.com>2022-02-10 16:48:18 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:18 +0300
commitb2f5101486cc0de2e979c8ba9ada2109785bf5fd (patch)
treeaffe28b840816b505db0467f2285b01c89c04247 /build/plugins/ya.make
parente9b28b5aad71453a4637b70dde02e801e4147a2a (diff)
downloadydb-b2f5101486cc0de2e979c8ba9ada2109785bf5fd.tar.gz
Restoring authorship annotation for Dmitry Kopylov <kopylovd@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'build/plugins/ya.make')
-rw-r--r--build/plugins/ya.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/plugins/ya.make b/build/plugins/ya.make
index 4ad5f5988e..1a7623643e 100644
--- a/build/plugins/ya.make
+++ b/build/plugins/ya.make
@@ -5,15 +5,15 @@ PY2_LIBRARY()
PY_SRCS(
code_generator.py
ssqls.py
- swig.py
+ swig.py
- _common.py
+ _common.py
_custom_command.py
_import_wrapper.py
_requirements.py
_test_const.py
-)
-
+)
+
PEERDIR(build/plugins/lib)
END()