diff options
Diffstat (limited to 'library/python/cores/ya.make')
-rw-r--r-- | library/python/cores/ya.make | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/library/python/cores/ya.make b/library/python/cores/ya.make index 76264e9cce..13bfe64950 100644 --- a/library/python/cores/ya.make +++ b/library/python/cores/ya.make @@ -1,15 +1,15 @@ -OWNER( - prettyboy +OWNER( + prettyboy g:yatest -) - -PY23_LIBRARY() - +) + +PY23_LIBRARY() + PY_SRCS(__init__.py) - -PEERDIR( + +PEERDIR( contrib/python/six - library/python/reservoir_sampling -) - -END() + library/python/reservoir_sampling +) + +END() |