diff options
Diffstat (limited to 'library/python/tmp')
| -rw-r--r-- | library/python/tmp/ya.make | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/library/python/tmp/ya.make b/library/python/tmp/ya.make new file mode 100644 index 00000000000..478db75256f --- /dev/null +++ b/library/python/tmp/ya.make @@ -0,0 +1,12 @@ +PY23_LIBRARY() + +PY_SRCS(__init__.py) + +PEERDIR( + library/python/fs + library/python/unique_id +) + +END() + +RECURSE_FOR_TESTS(test) |
