aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/code_generator.py
diff options
context:
space:
mode:
authormcheshkov <mcheshkov@yandex-team.ru>2022-02-10 16:46:15 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:15 +0300
commite9d19cec64684c9c1e6b0c98297e5b895cf904fe (patch)
tree2768b1223e96a8a0610a93d18425d9647c1123c8 /build/plugins/code_generator.py
parent60040c91ffe701a84689b2c6310ff845e65cff42 (diff)
downloadydb-e9d19cec64684c9c1e6b0c98297e5b895cf904fe.tar.gz
Restoring authorship annotation for <mcheshkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/plugins/code_generator.py')
-rw-r--r--build/plugins/code_generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/code_generator.py b/build/plugins/code_generator.py
index ca8bb18c15..04d0d8c314 100644
--- a/build/plugins/code_generator.py
+++ b/build/plugins/code_generator.py
@@ -41,5 +41,5 @@ class CodeGeneratorTemplateParser(object):
def init():
- iw.addparser('markettemplate', CodeGeneratorTemplateParser)
+ iw.addparser('markettemplate', CodeGeneratorTemplateParser)
iw.addparser('macro', CodeGeneratorTemplateParser)