diff options
author | rnefyodov <rnefyodov@yandex-team.ru> | 2022-02-10 16:47:17 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:17 +0300 |
commit | c22320e8c4f3d7be38c504706f137034e91d31e6 (patch) | |
tree | 35cc6c382a1bd8cb932449ffa734056fcc73e6d4 /build/scripts/gen_tasklet_reg.py | |
parent | 93e9e4639b6ee2afbdf45cf3927cea6d340e19b0 (diff) | |
download | ydb-c22320e8c4f3d7be38c504706f137034e91d31e6.tar.gz |
Restoring authorship annotation for <rnefyodov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/scripts/gen_tasklet_reg.py')
-rw-r--r-- | build/scripts/gen_tasklet_reg.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/scripts/gen_tasklet_reg.py b/build/scripts/gen_tasklet_reg.py index 5b747c2eca2..ed2f1a89baa 100644 --- a/build/scripts/gen_tasklet_reg.py +++ b/build/scripts/gen_tasklet_reg.py @@ -3,9 +3,9 @@ import argparse TEMPLATE = '''\ {includes}\ #include <tasklet/runtime/lib/{language}_wrapper.h> -#include <tasklet/runtime/lib/registry.h> +#include <tasklet/runtime/lib/registry.h> -static const NTasklet::TRegHelper REG( +static const NTasklet::TRegHelper REG( "{name}", new NTasklet::{wrapper} ); |