ya.make 176 B

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