aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts/move.py
diff options
context:
space:
mode:
authorv-korovin <v-korovin@yandex-team.com>2024-10-22 10:13:27 +0300
committerv-korovin <v-korovin@yandex-team.com>2024-10-22 10:27:32 +0300
commitf31afaca1d29160f76a2e6480e1ebf634cb95b98 (patch)
tree5086a58965aa21653226dc4f8d6a5bbdae560ff4 /build/scripts/move.py
parent54a66b6ba4d7d5b11ad688e8072df4c2f107b3c9 (diff)
downloadydb-f31afaca1d29160f76a2e6480e1ebf634cb95b98.tar.gz
Revert commit rXXXXXX, Release python3-frozen #8
commit_hash:b0fd54f791bf63cf460b769f1ce4b384bc5f793c
Diffstat (limited to 'build/scripts/move.py')
-rw-r--r--build/scripts/move.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/scripts/move.py b/build/scripts/move.py
index 0154294505..f38e88a406 100644
--- a/build/scripts/move.py
+++ b/build/scripts/move.py
@@ -1,9 +1,6 @@
import os
import sys
-# 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 process_command_files as pcf
# /script/move.py <src-1> <tgt-1> <src-2> <tgt-2> ... <src-n> <tgt-n>