aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pexpect/ya.make
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:45:01 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:01 +0300
commit2d37894b1b037cf24231090eda8589bbb44fb6fc (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/python/pexpect/ya.make
parent718c552901d703c502ccbefdfc3c9028d608b947 (diff)
downloadydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/pexpect/ya.make')
-rw-r--r--contrib/python/pexpect/ya.make20
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/python/pexpect/ya.make b/contrib/python/pexpect/ya.make
index 2af4238756..a5bb92fcac 100644
--- a/contrib/python/pexpect/ya.make
+++ b/contrib/python/pexpect/ya.make
@@ -1,4 +1,4 @@
-PY23_LIBRARY()
+PY23_LIBRARY()
LICENSE(ISC)
@@ -10,8 +10,8 @@ PEERDIR(
contrib/python/ptyprocess
)
-NO_LINT()
-
+NO_LINT()
+
PY_SRCS(
TOP_LEVEL
pexpect/ANSI.py
@@ -30,17 +30,17 @@ PY_SRCS(
pexpect/utils.py
)
-IF (PYTHON3)
- PY_SRCS(
- TOP_LEVEL
- pexpect/_async.py
- )
-ENDIF()
+IF (PYTHON3)
+ PY_SRCS(
+ TOP_LEVEL
+ pexpect/_async.py
+ )
+ENDIF()
RESOURCE_FILES(
PREFIX contrib/python/pexpect/
.dist-info/METADATA
.dist-info/top_level.txt
)
-
+
END()