ya.make 181 B

12345678910111213141516171819
  1. PY23_LIBRARY()
  2. STYLE_PYTHON()
  3. PY_SRCS(
  4. __init__.py
  5. )
  6. PEERDIR(
  7. library/python/func
  8. library/python/strings
  9. contrib/python/six
  10. )
  11. END()
  12. RECURSE_FOR_TESTS(
  13. ut
  14. )