aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/_import_wrapper.py
diff options
context:
space:
mode:
authorkakabba <kakabba@yandex-team.ru>2022-02-10 16:46:04 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:04 +0300
commit9c914f41ba5e9f9365f404e892197553ac23809e (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/plugins/_import_wrapper.py
parentc8e3995898c443e78266f7420aac5fb3da15d413 (diff)
downloadydb-9c914f41ba5e9f9365f404e892197553ac23809e.tar.gz
Restoring authorship annotation for <kakabba@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/plugins/_import_wrapper.py')
-rw-r--r--build/plugins/_import_wrapper.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/plugins/_import_wrapper.py b/build/plugins/_import_wrapper.py
index f21bb1dc11..883f662314 100644
--- a/build/plugins/_import_wrapper.py
+++ b/build/plugins/_import_wrapper.py
@@ -1,9 +1,9 @@
-try:
+try:
from ymake import CustomCommand as RealCustomCommand
- from ymake import addrule
- from ymake import addparser
+ from ymake import addrule
+ from ymake import addparser
from ymake import subst
-
+
class CustomCommand(RealCustomCommand):
def __init__(self, *args, **kwargs):
RealCustomCommand.__init__(*args, **kwargs)
@@ -11,7 +11,7 @@ try:
def resolve_path(self, path):
return subst(path)
-except ImportError:
+except ImportError:
from _custom_command import CustomCommand # noqa
from _custom_command import addrule # noqa
from _custom_command import addparser # noqa