diff options
author | v-korovin <v-korovin@yandex-team.com> | 2024-09-26 10:35:27 +0300 |
---|---|---|
committer | v-korovin <v-korovin@yandex-team.com> | 2024-09-26 10:44:46 +0300 |
commit | c9843510b39357d5510030691beecfab56e3bd17 (patch) | |
tree | 990009b83044e936303dec6b770033b46f59c6fc /build/scripts/configure_file.py | |
parent | 1339bbde1687911362cf2a244869e30003508986 (diff) | |
download | ydb-c9843510b39357d5510030691beecfab56e3bd17.tar.gz |
futurize build/scripts
commit_hash:41fb885eb1e03094e65521671349e66f4225321b
Diffstat (limited to 'build/scripts/configure_file.py')
-rwxr-xr-x | build/scripts/configure_file.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/scripts/configure_file.py b/build/scripts/configure_file.py index 5ab7467391..257593dc9b 100755 --- a/build/scripts/configure_file.py +++ b/build/scripts/configure_file.py @@ -1,5 +1,6 @@ #!/usr/bin/env python2.7 +from __future__ import print_function import sys import os.path import re |