diff options
| author | arcadia-devtools <[email protected]> | 2022-05-17 06:26:04 +0300 |
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-05-17 06:26:04 +0300 |
| commit | 99bba42bc46018bf659dad97441831b168e6c58c (patch) | |
| tree | 6f5457f1c08b126d5b51182892e52a9177932ebd /build/plugins | |
| parent | 3fddaa3192396d921374ef959a73169c47d34af5 (diff) | |
intermediate changes
ref:df17d412799bb9093e8c837a53ae4bc87bbeb1e6
Diffstat (limited to 'build/plugins')
| -rw-r--r-- | build/plugins/_import_wrapper.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/plugins/_import_wrapper.py b/build/plugins/_import_wrapper.py index 883f6623147..3711f1e4823 100644 --- a/build/plugins/_import_wrapper.py +++ b/build/plugins/_import_wrapper.py @@ -1,6 +1,5 @@ try: from ymake import CustomCommand as RealCustomCommand - from ymake import addrule from ymake import addparser from ymake import subst @@ -13,7 +12,6 @@ try: except ImportError: from _custom_command import CustomCommand # noqa - from _custom_command import addrule # noqa from _custom_command import addparser # noqa |
