diff options
author | torkve <torkve@yandex-team.ru> | 2022-02-10 16:48:23 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:23 +0300 |
commit | f9cfbeee51d5849127bb58793a2edcdfd7bb91bb (patch) | |
tree | f7c863cfcc3f1cb6de7f77e11fec2ae60868c8fb /build/rules/contrib_python.policy | |
parent | 5eefa17021221fd267f1dd5f9d63d2493d131a8a (diff) | |
download | ydb-f9cfbeee51d5849127bb58793a2edcdfd7bb91bb.tar.gz |
Restoring authorship annotation for <torkve@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/rules/contrib_python.policy')
-rw-r--r-- | build/rules/contrib_python.policy | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 60fd149753..3860062478 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -169,7 +169,7 @@ ALLOW weather/workers/common/clean_satellite/utils -> contrib/deprecated/python/ ALLOW yql/udfs/common/python/python_arc -> contrib/deprecated/python/mipp DENY .* -> contrib/deprecated/python/mipp DENY .* -> contrib/deprecated/python/mpop - + DENY .* -> contrib/python/pdbpp ALLOW contrib/python/pdbpp -> contrib/python/fancycompleter @@ -177,7 +177,7 @@ DENY .* -> contrib/python/fancycompleter ALLOW infra/procman -> contrib/python/skynet_pyro4 ALLOW skynet -> contrib/python/skynet_pyro4 -DENY .* -> contrib/python/skynet_pyro4 +DENY .* -> contrib/python/skynet_pyro4 ALLOW contrib/deprecated/python/cyordereddict -> contrib/deprecated/python/cyordereddict ALLOW contrib/deprecated/python/cyordereddict/cyordereddict/tests -> contrib/deprecated/python/cyordereddict @@ -195,7 +195,7 @@ ALLOW contrib/deprecated/python/xmpppy -> contrib/deprecated/python/xmpppy ALLOW ads/libs/py_notifier -> contrib/deprecated/python/xmpppy ALLOW yql/udfs/common/python/python_arc -> contrib/deprecated/python/xmpppy DENY .* -> contrib/deprecated/python/xmpppy - + ALLOW contrib/python/fancycompleter -> contrib/python/pyrepl DENY .* -> contrib/python/pyrepl |