diff options
author | evpavlyuk <evpavlyuk@yandex-team.ru> | 2022-02-10 16:48:36 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:36 +0300 |
commit | cf1fb3db1e9dcc1f52953b0b13008dca3bf3341f (patch) | |
tree | f5eb7309cf0b92edf402699c0a25c1df2edc3701 /build/rules/contrib_python.policy | |
parent | 9019e98b34b6b5c7743be171ed36be593f58552f (diff) | |
download | ydb-cf1fb3db1e9dcc1f52953b0b13008dca3bf3341f.tar.gz |
Restoring authorship annotation for <evpavlyuk@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/rules/contrib_python.policy')
-rw-r--r-- | build/rules/contrib_python.policy | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 60fd149753..416c7fafd4 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -108,12 +108,12 @@ DENY .* -> contrib/libs/sophos # to start new projects on Py3 ALLOW contrib/python/backports.tempfile -> contrib/python/backports.weakref DENY .* -> contrib/python/backports.weakref - -ALLOW contrib/python/thrift/tests -> contrib/python/thrift -ALLOW contrib/python/jaeger-client -> contrib/python/thrift + +ALLOW contrib/python/thrift/tests -> contrib/python/thrift +ALLOW contrib/python/jaeger-client -> contrib/python/thrift ALLOW search/mon/wabbajack/libs/generated/iss3 -> contrib/python/thrift ALLOW search/mon/wabbajack/libs/modlib/api_wrappers/casher -> contrib/python/thrift -DENY .* -> contrib/python/thrift +DENY .* -> contrib/python/thrift ALLOW antiadblock/libs/tornado_redis -> contrib/python/toredis ALLOW yabs/amazon/cache_proxy -> contrib/python/toredis |