diff options
Diffstat (limited to 'contrib/libs/python/ut/py2/ya.make')
-rw-r--r-- | contrib/libs/python/ut/py2/ya.make | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/contrib/libs/python/ut/py2/ya.make b/contrib/libs/python/ut/py2/ya.make index 9c5c824761..3962a7664e 100644 --- a/contrib/libs/python/ut/py2/ya.make +++ b/contrib/libs/python/ut/py2/ya.make @@ -1,9 +1,9 @@ -OWNER(spreis) - -UNITTEST() -SRCS(use.cpp) - -PEERDIR( - contrib/libs/python/ut/lib -) -END() +OWNER(spreis) + +UNITTEST() +SRCS(use.cpp) + +PEERDIR( + contrib/libs/python/ut/lib +) +END() |