diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/tools/python/src/config_map.c | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) | |
download | ydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python/src/config_map.c')
-rw-r--r-- | contrib/tools/python/src/config_map.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/python/src/config_map.c b/contrib/tools/python/src/config_map.c index 6bfe125ddd..0a6329c908 100644 --- a/contrib/tools/python/src/config_map.c +++ b/contrib/tools/python/src/config_map.c @@ -5,7 +5,7 @@ {"_bisect", init_bisect}, {"_collections", init_collections}, {"_csv", init_csv}, -{"_elementtree", init_elementtree}, +{"_elementtree", init_elementtree}, {"_functools", init_functools}, {"_hashlib", init_hashlib}, {"_heapq", init_heapq}, @@ -54,7 +54,7 @@ #ifdef _DARWIN_ #ifndef __IOS__ {"_multiprocessing", init_multiprocessing}, -{"_scproxy", init_scproxy}, +{"_scproxy", init_scproxy}, #endif #endif |