diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-10-23 14:36:30 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-10-23 14:57:43 +0300 |
commit | af74c9c8bc90136faaf77523a0f57f1e893fec93 (patch) | |
tree | a9b49393fe4a475024bca66bbe9ca812dfc53fed | |
parent | 530d89dcbb88f1e44e0a4adb8490fd95adb60d93 (diff) | |
download | ydb-af74c9c8bc90136faaf77523a0f57f1e893fec93.tar.gz |
Intermediate changes
-rw-r--r-- | yt/yt/library/ytprof/proto/ya.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/yt/library/ytprof/proto/ya.make b/yt/yt/library/ytprof/proto/ya.make index cca6db40e3d..548f820ae83 100644 --- a/yt/yt/library/ytprof/proto/ya.make +++ b/yt/yt/library/ytprof/proto/ya.make @@ -4,6 +4,8 @@ EXCLUDE_TAGS(GO_PROTO JAVA_PROTO) PROTO_NAMESPACE(yt) +PY_NAMESPACE(yt.library.ytprof.proto) + SRCS( profile.proto ) |