diff options
author | thegeorg <[email protected]> | 2025-03-11 20:02:44 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2025-03-11 20:25:35 +0300 |
commit | 23da12b948bb8eddf000625913119101f91ab1ea (patch) | |
tree | 20eb7d9c08a70e9c9275332b8afe0582a5c076af /contrib/deprecated/python | |
parent | 1016134d2a4483647a89d0c50e2d55d712955de3 (diff) |
Merge win_unicode_console symbols into library/python/symbols/python
This continues the work started in rXXXXXX.
commit_hash:8dedee6f36d2b5708f97d6b97bc8bc80ab55a10b
Diffstat (limited to 'contrib/deprecated/python')
-rw-r--r-- | contrib/deprecated/python/win-unicode-console/.yandex_meta/yamaker.yaml | 2 | ||||
-rw-r--r-- | contrib/deprecated/python/win-unicode-console/ya.make | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/contrib/deprecated/python/win-unicode-console/.yandex_meta/yamaker.yaml b/contrib/deprecated/python/win-unicode-console/.yandex_meta/yamaker.yaml index 5398d85094d..15f6952f359 100644 --- a/contrib/deprecated/python/win-unicode-console/.yandex_meta/yamaker.yaml +++ b/contrib/deprecated/python/win-unicode-console/.yandex_meta/yamaker.yaml @@ -1,5 +1,3 @@ -requirements: - - library/python/symbols/win_unicode_console exclude: - run.py dos_to_unix: diff --git a/contrib/deprecated/python/win-unicode-console/ya.make b/contrib/deprecated/python/win-unicode-console/ya.make index b56f61a3782..dbde10b4fc0 100644 --- a/contrib/deprecated/python/win-unicode-console/ya.make +++ b/contrib/deprecated/python/win-unicode-console/ya.make @@ -6,10 +6,6 @@ VERSION(0.5) LICENSE(MIT) -PEERDIR( - library/python/symbols/win_unicode_console -) - NO_LINT() NO_CHECK_IMPORTS( |