diff options
author | v-korovin <v-korovin@yandex-team.com> | 2024-10-22 10:13:27 +0300 |
---|---|---|
committer | v-korovin <v-korovin@yandex-team.com> | 2024-10-22 10:27:32 +0300 |
commit | f31afaca1d29160f76a2e6480e1ebf634cb95b98 (patch) | |
tree | 5086a58965aa21653226dc4f8d6a5bbdae560ff4 /build/scripts/fetch_from_sandbox.py | |
parent | 54a66b6ba4d7d5b11ad688e8072df4c2f107b3c9 (diff) | |
download | ydb-f31afaca1d29160f76a2e6480e1ebf634cb95b98.tar.gz |
Revert commit rXXXXXX, Release python3-frozen #8
commit_hash:b0fd54f791bf63cf460b769f1ce4b384bc5f793c
Diffstat (limited to 'build/scripts/fetch_from_sandbox.py')
-rwxr-xr-x | build/scripts/fetch_from_sandbox.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/scripts/fetch_from_sandbox.py b/build/scripts/fetch_from_sandbox.py index 2995d4df71..a8f0fc5997 100755 --- a/build/scripts/fetch_from_sandbox.py +++ b/build/scripts/fetch_from_sandbox.py @@ -11,10 +11,6 @@ import time import urllib2 import uuid -# Explicitly enable local imports -# Don't forget to add imported scripts to inputs of the calling command! -sys.path.append(os.path.dirname(os.path.abspath(__file__))) - import fetch_from |