diff options
| author | Dmitry Kopylov <[email protected]> | 2022-02-10 16:48:18 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:18 +0300 | 
| commit | 7230275728d34873cba1ba78bb68669b0c5faa31 (patch) | |
| tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /contrib/python/PyYAML | |
| parent | b2f5101486cc0de2e979c8ba9ada2109785bf5fd (diff) | |
Restoring authorship annotation for Dmitry Kopylov <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/PyYAML')
| -rw-r--r-- | contrib/python/PyYAML/py2/ya.make | 4 | ||||
| -rw-r--r-- | contrib/python/PyYAML/py3/ya.make | 4 | ||||
| -rw-r--r-- | contrib/python/PyYAML/ya.make | 4 | 
3 files changed, 6 insertions, 6 deletions
diff --git a/contrib/python/PyYAML/py2/ya.make b/contrib/python/PyYAML/py2/ya.make index f7226c09efa..1ec5c0c3018 100644 --- a/contrib/python/PyYAML/py2/ya.make +++ b/contrib/python/PyYAML/py2/ya.make @@ -44,8 +44,8 @@ RESOURCE_FILES(      .dist-info/top_level.txt  ) -NO_LINT()  -  +NO_LINT() +  NO_COMPILER_WARNINGS()  END() diff --git a/contrib/python/PyYAML/py3/ya.make b/contrib/python/PyYAML/py3/ya.make index 733ba14fd1b..0401c046516 100644 --- a/contrib/python/PyYAML/py3/ya.make +++ b/contrib/python/PyYAML/py3/ya.make @@ -44,8 +44,8 @@ RESOURCE_FILES(      .dist-info/top_level.txt  ) -NO_LINT()  -  +NO_LINT() +  NO_COMPILER_WARNINGS()  END() diff --git a/contrib/python/PyYAML/ya.make b/contrib/python/PyYAML/ya.make index 2f6ad8f377b..a604fce51fd 100644 --- a/contrib/python/PyYAML/ya.make +++ b/contrib/python/PyYAML/ya.make @@ -14,8 +14,8 @@ ELSE()      )  ENDIF() -NO_LINT()  -  +NO_LINT() +  END()  RECURSE(  | 
