aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts/extract_docs.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/extract_docs.py
parent54a66b6ba4d7d5b11ad688e8072df4c2f107b3c9 (diff)
downloadydb-f31afaca1d29160f76a2e6480e1ebf634cb95b98.tar.gz
Revert commit rXXXXXX, Release python3-frozen #8
commit_hash:b0fd54f791bf63cf460b769f1ce4b384bc5f793c
Diffstat (limited to 'build/scripts/extract_docs.py')
-rw-r--r--build/scripts/extract_docs.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/build/scripts/extract_docs.py b/build/scripts/extract_docs.py
index 8ab835b720..5bf19f8866 100644
--- a/build/scripts/extract_docs.py
+++ b/build/scripts/extract_docs.py
@@ -1,13 +1,9 @@
import argparse
import os
+import process_command_files as pcf
import tarfile
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
-
def parse_args():
parser = argparse.ArgumentParser()