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 | a73696bdc7ef9ae20ad12ae9b4ba02fa0af61654 (patch) | |
tree | ecc5bf8febc6fb8e58ca033391c8702f41040eed /build/plugins | |
parent | e09fb44ca69d28e0821a3c421e32c333169b673f (diff) | |
download | ydb-a73696bdc7ef9ae20ad12ae9b4ba02fa0af61654.tar.gz |
Restoring authorship annotation for <voidex@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/plugins')
-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 f32a2d39a0..cb8a78504b 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. |