diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/python/dateutil | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) | |
download | ydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/dateutil')
-rw-r--r-- | contrib/python/dateutil/tests/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/dateutil/ya.make | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/contrib/python/dateutil/tests/ya.make b/contrib/python/dateutil/tests/ya.make index 93c811e26e..3b236c459d 100644 --- a/contrib/python/dateutil/tests/ya.make +++ b/contrib/python/dateutil/tests/ya.make @@ -1,6 +1,6 @@ PY23_TEST() -OWNER(g:python-contrib) +OWNER(g:python-contrib) PEERDIR( contrib/python/dateutil diff --git a/contrib/python/dateutil/ya.make b/contrib/python/dateutil/ya.make index 0c4102c505..6ec4754ad5 100644 --- a/contrib/python/dateutil/ya.make +++ b/contrib/python/dateutil/ya.make @@ -2,7 +2,7 @@ PY23_LIBRARY() -OWNER(g:python-contrib) +OWNER(g:python-contrib) VERSION(2.8.2) @@ -14,11 +14,11 @@ PEERDIR( NO_LINT() -NO_CHECK_IMPORTS( - dateutil.tz.win - dateutil.tzwin -) - +NO_CHECK_IMPORTS( + dateutil.tz.win + dateutil.tzwin +) + PY_SRCS( TOP_LEVEL dateutil/__init__.py |