diff options
author | Sergey Brazhnik <s.brazhnik@gmail.com> | 2022-02-10 16:46:31 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:31 +0300 |
commit | ef42528cdc4019bf12e878add78e77c15997af4f (patch) | |
tree | d317eddc46806e0fa8b36da200c8cea15820301e /contrib/python/traitlets | |
parent | 11a24635da4c4f39428b182c49a7bc35e47c9534 (diff) | |
download | ydb-ef42528cdc4019bf12e878add78e77c15997af4f.tar.gz |
Restoring authorship annotation for Sergey Brazhnik <s.brazhnik@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/traitlets')
-rw-r--r-- | contrib/python/traitlets/py2/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/traitlets/py3/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/traitlets/ya.make | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/python/traitlets/py2/ya.make b/contrib/python/traitlets/py2/ya.make index 4a60107101..862aa2e67c 100644 --- a/contrib/python/traitlets/py2/ya.make +++ b/contrib/python/traitlets/py2/ya.make @@ -3,7 +3,7 @@ PY2_LIBRARY() PROVIDES(python_traitlets) - + OWNER(borman nslus g:python-contrib) VERSION(4.3.3) diff --git a/contrib/python/traitlets/py3/ya.make b/contrib/python/traitlets/py3/ya.make index 46980f21b3..203149335c 100644 --- a/contrib/python/traitlets/py3/ya.make +++ b/contrib/python/traitlets/py3/ya.make @@ -3,7 +3,7 @@ PY3_LIBRARY() PROVIDES(python_traitlets) - + OWNER(borman nslus g:python-contrib) VERSION(5.1.1) diff --git a/contrib/python/traitlets/ya.make b/contrib/python/traitlets/ya.make index 3156aae8c5..1262cd5c0e 100644 --- a/contrib/python/traitlets/ya.make +++ b/contrib/python/traitlets/ya.make @@ -3,7 +3,7 @@ PY23_LIBRARY() LICENSE(Service-Py23-Proxy) OWNER(g:python-contrib) - + IF (PYTHON2) PEERDIR(contrib/python/traitlets/py2) ELSE() |