diff options
author | farhit1 <farhit1@yandex-team.ru> | 2022-02-10 16:51:05 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:05 +0300 |
commit | 03e797b70eebdd2d942b8851cba9a8d7c95a2d02 (patch) | |
tree | e8d776e9fc62cdcf5985a48f12385e77e1874186 /library | |
parent | 3c51ac5494ca08c0b4d740a56c018ce7d0b1c7ab (diff) | |
download | ydb-03e797b70eebdd2d942b8851cba9a8d7c95a2d02.tar.gz |
Restoring authorship annotation for <farhit1@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library')
-rw-r--r-- | library/python/testing/yatest_common/yatest/common/network.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/testing/yatest_common/yatest/common/network.py b/library/python/testing/yatest_common/yatest/common/network.py index 37bcb1b8e0..4407439cb5 100644 --- a/library/python/testing/yatest_common/yatest/common/network.py +++ b/library/python/testing/yatest_common/yatest/common/network.py @@ -22,7 +22,7 @@ class PortManager(object): """ See documentation here - https://wiki.yandex-team.ru/yatool/test/#python-acquire-ports + https://wiki.yandex-team.ru/yatool/test/#python-acquire-ports """ def __init__(self, sync_dir=None): |