diff options
author | iaz1607 <iaz1607@yandex-team.com> | 2023-11-27 13:50:15 +0300 |
---|---|---|
committer | iaz1607 <iaz1607@yandex-team.com> | 2023-11-27 14:20:03 +0300 |
commit | f2bebe45e16d892b620cc073279faaa1bf550a92 (patch) | |
tree | f8b87603f9c7f8372a7e4d49b352e1ab1b8fc61f /build/plugins/_xsyn_includes.py | |
parent | 9b07404a4c0075cda0fcf2ee078cf81c51c05fd2 (diff) | |
download | ydb-f2bebe45e16d892b620cc073279faaa1bf550a92.tar.gz |
`build/plugins` ya style --py
Diffstat (limited to 'build/plugins/_xsyn_includes.py')
-rw-r--r-- | build/plugins/_xsyn_includes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/_xsyn_includes.py b/build/plugins/_xsyn_includes.py index d458679da0..575edcee71 100644 --- a/build/plugins/_xsyn_includes.py +++ b/build/plugins/_xsyn_includes.py @@ -14,7 +14,7 @@ def get_include_callback(): res = [] if element.nodeType == element.ELEMENT_NODE and element.nodeName == "parse:include": attrs = element.attributes - for i in xrange(attrs.length): + for i in range(attrs.length): attr = attrs.item(i) if attr.nodeName == "path": include_filename = attr.nodeValue |