diff options
author | arcadia-devtools <[email protected]> | 2022-06-10 01:13:52 +0300 |
---|---|---|
committer | arcadia-devtools <[email protected]> | 2022-06-10 01:13:52 +0300 |
commit | 1f0ba76cc76d92a01b47e922c28c008078844efd (patch) | |
tree | a5d87e333a485bdda66b33e0c7e93b273b525f2a /build/plugins/tests/fake_ymake.py | |
parent | 369c1c09940bf144ee472ea355968b6caec7435d (diff) |
intermediate changes
ref:f2c1c3c5ceddb1e8ce4f8edb02e775ebb5ec9cd7
Diffstat (limited to 'build/plugins/tests/fake_ymake.py')
-rw-r--r-- | build/plugins/tests/fake_ymake.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/plugins/tests/fake_ymake.py b/build/plugins/tests/fake_ymake.py new file mode 100644 index 00000000000..a20d28525a8 --- /dev/null +++ b/build/plugins/tests/fake_ymake.py @@ -0,0 +1,2 @@ +def addparser(): + pass |