diff options
author | voidex <voidex@yandex-team.ru> | 2022-02-10 16:51:41 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:41 +0300 |
commit | bd9f3dad161358e7ba86f506abc53e53f25b6636 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb | |
parent | a73696bdc7ef9ae20ad12ae9b4ba02fa0af61654 (diff) | |
download | ydb-bd9f3dad161358e7ba86f506abc53e53f25b6636.tar.gz |
Restoring authorship annotation for <voidex@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | build/plugins/pybuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/pybuild.py b/build/plugins/pybuild.py index cb8a78504b..f32a2d39a0 100644 --- a/build/plugins/pybuild.py +++ b/build/plugins/pybuild.py @@ -555,7 +555,7 @@ def py_register(unit, func, py3): def onpy_register(unit, *args): """ - @usage: PY_REGISTER([package.]module_name) + @usage: PY_REGISTER([package.]module_name) Python knows about which built-ins can be imported, due to their registration in the Assembly or at the start of the interpreter. All modules from the sources listed in PY_SRCS() are registered automatically. |