aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/pycc
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:44:49 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:44:49 +0300
commit718c552901d703c502ccbefdfc3c9028d608b947 (patch)
tree46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/tools/python3/pycc
parente9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff)
downloadydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python3/pycc')
-rwxr-xr-xcontrib/tools/python3/pycc/main.py2
-rw-r--r--contrib/tools/python3/pycc/ya.make6
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/tools/python3/pycc/main.py b/contrib/tools/python3/pycc/main.py
index 996edb2bdd..c342b88fda 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 7bc5da9620..9343918d23 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
)