diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
commit | 2d37894b1b037cf24231090eda8589bbb44fb6fc (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/tools/python3/pycc | |
parent | 718c552901d703c502ccbefdfc3c9028d608b947 (diff) | |
download | ydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/python3/pycc')
-rwxr-xr-x | contrib/tools/python3/pycc/main.py | 2 | ||||
-rw-r--r-- | contrib/tools/python3/pycc/ya.make | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/tools/python3/pycc/main.py b/contrib/tools/python3/pycc/main.py index c342b88fda..996edb2bdd 100755 --- a/contrib/tools/python3/pycc/main.py +++ b/contrib/tools/python3/pycc/main.py @@ -15,5 +15,5 @@ def main(): marshal.dump(code, out_file) -if __name__ == '__main__': +if __name__ == '__main__': main() diff --git a/contrib/tools/python3/pycc/ya.make b/contrib/tools/python3/pycc/ya.make index 9343918d23..7bc5da9620 100644 --- a/contrib/tools/python3/pycc/ya.make +++ b/contrib/tools/python3/pycc/ya.make @@ -1,13 +1,13 @@ OWNER(g:contrib g:ymake orivej) - + IF (USE_PREBUILT_TOOLS) INCLUDE(${ARCADIA_ROOT}/build/prebuilt/contrib/tools/python3/pycc/ya.make.prebuilt) ENDIF() - + IF (NOT PREBUILT) INCLUDE(${ARCADIA_ROOT}/contrib/tools/python3/pycc/bin/ya.make) ENDIF() - + RECURSE( bin ) |