aboutsummaryrefslogtreecommitdiffstats
path: root/ya
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-06-29 09:56:54 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-06-29 09:56:54 +0300
commitd85eacbce6dcac02fe1492192939f19678a6f42f (patch)
tree9e9e1a26737fa3bce50195afc431f3acce4b36f2 /ya
parentf9603f9e2e68ebe8589955459a35665c2d35b0df (diff)
downloadydb-d85eacbce6dcac02fe1492192939f19678a6f42f.tar.gz
Intermediate changes
Diffstat (limited to 'ya')
-rwxr-xr-xya9
1 files changed, 5 insertions, 4 deletions
diff --git a/ya b/ya
index f7e013c893..23b78b6a33 100755
--- a/ya
+++ b/ya
@@ -39,17 +39,18 @@ PY3_HANDLERS = {
"krevedko",
"curl", "nvim", "gdb", "emacs", "grep", "jstyle", "nile", "sed", "vim",
"py23_utils",
+ 'ydb',
}
PY2_HANDLERS = {
"ya2bin0", "ya2bin2",
}
-EXPERIMENTAL_PY3_HANDLERS = {
- 'ydb', 'upload', 'download', 'paste', 'whoami',
-}
+EXPERIMENTAL_PY3_HANDLERS = set()
-DEVTOOLS_PY3_HANDLERS = set()
+DEVTOOLS_PY3_HANDLERS = {
+ 'upload', 'download', 'paste', 'whoami',
+}
def is_devtools():