aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts/gen_yql_python_udf.py
diff options
context:
space:
mode:
authorAndrey Fomichev <andrey.fomichev@gmail.com>2022-02-10 16:49:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:12 +0300
commite542cc14db4240643a06bb0dde87ecf361f101ab (patch)
tree3b03a4b94acd11a4eca042532035806e5fa08ad1 /build/scripts/gen_yql_python_udf.py
parente2ac73225f30f7fcf7df3cb225cba257f56144c1 (diff)
downloadydb-e542cc14db4240643a06bb0dde87ecf361f101ab.tar.gz
Restoring authorship annotation for Andrey Fomichev <andrey.fomichev@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'build/scripts/gen_yql_python_udf.py')
-rw-r--r--build/scripts/gen_yql_python_udf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/gen_yql_python_udf.py b/build/scripts/gen_yql_python_udf.py
index 13b5898117..62632c896a 100644
--- a/build/scripts/gen_yql_python_udf.py
+++ b/build/scripts/gen_yql_python_udf.py
@@ -3,7 +3,7 @@ import sys
TEMPLATE="""
#include <yql/udfs/common/python/python_udf/python_udf.h>
-#include <ydb/library/yql/public/udf/udf_registrator.h>
+#include <ydb/library/yql/public/udf/udf_registrator.h>
#if @WITH_LIBRA@
#include <yql/udfs/quality/libra/module/module.h>