diff options
author | gebetix <gebetix@yandex-team.ru> | 2022-02-10 16:48:54 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:54 +0300 |
commit | e14861bee6e628671fd6da83422252ca41bd2e6d (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /contrib/python/s3transfer/ya.make | |
parent | 41f5af039e2324748594194babdd070299be3a3b (diff) | |
download | ydb-e14861bee6e628671fd6da83422252ca41bd2e6d.tar.gz |
Restoring authorship annotation for <gebetix@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/s3transfer/ya.make')
-rw-r--r-- | contrib/python/s3transfer/ya.make | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/python/s3transfer/ya.make b/contrib/python/s3transfer/ya.make index 657af5f9f8..bf4a234edb 100644 --- a/contrib/python/s3transfer/ya.make +++ b/contrib/python/s3transfer/ya.make @@ -1,18 +1,18 @@ PY23_LIBRARY() - + LICENSE(Service-Py23-Proxy) OWNER(g:python-contrib) - + IF (PYTHON2) PEERDIR(contrib/python/s3transfer/py2) ELSE() PEERDIR(contrib/python/s3transfer/py3) ENDIF() - -NO_LINT() - -END() + +NO_LINT() + +END() RECURSE( py2 |